# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/derailed/popeye 0.21.5 v github.tarball_from archive revision 0 homepage https://popeyecli.io description A Kubernetes Cluster Sanitizer long_description \ Popeye is a utility that scans live Kubernetes clusters and reports \ potential issues with deployed resources and configurations. It sanitizes \ your cluster based on what’s deployed and not what’s sitting on disk. By \ scanning your cluster, it detects misconfigurations and helps you to \ ensure that best practices are in place, thus preventing future \ headaches. It aims at reducing the cognitive overload one faces when \ operating a Kubernetes cluster in the wild. Furthermore, if your cluster \ employs a metric-server, it reports potential resources over/under \ allocations and attempts to warn you should your cluster run out of \ capacity. Popeye is a readonly tool, it does not alter any of your \ Kubernetes resources in any way! categories sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 aee59a6b64b4eac98a8a31d385cbb86d9206d7c4 \ sha256 0dfd7cce12ad0520afea4d39cc43b1bb83ba21659215081cd5aef481fb0a32b7 \ size 2626116 # Allow Go to fetch deps at build time go.offline_build no build.cmd make build.pre_args-append \ GIT="" DATE="" VERSION="${github.tag_prefix}${version}" build.args build destroot { xinstall -m 0755 ${worksrcpath}/execs/${name} ${destroot}${prefix}/bin/ }