popeye: add page (#3017)

italian
Ivan Aracki 2019-05-14 20:47:47 +02:00 committed by GitHub
parent 7a91834637
commit 00eb38b527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/common/popeye.md Normal file
View File

@ -0,0 +1,20 @@
# popeye
> Utility that reports potential issues with Kubernetes deployment manifests.
> Homepage: <https://github.com/derailed/popeye>.
- Scan the current Kubernetes cluster:
`popeye`
- Scan a specific namespace:
`popeye -n {{namespace}}`
- Scan specific Kubernetes context:
`popeye --context={{context}}`
- Use a spinach configuration file for scanning:
`popeye -f {{spinach.yaml}}`