zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.77k stars 178 forks source link

score: allow to disable scoring of objects in specific namespaces #365

Open psibi opened 3 years ago

psibi commented 3 years ago

This features adds the ability to disable tests on the specified namespaces.

Specific usage example:

kube-score score --ignore-namespace=logging,minio -

This usecase is specifically for ignoring the checks on namespace like istio-system which isn't managed by a specific team.

RELNOTE: score: allow to disable scoring of objects in specific namespaces