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.68k stars 175 forks source link

score: allow ignore/allow annotations on child template resources #489

Closed zegl closed 1 year ago

zegl commented 1 year ago
RELNOTE: Adds support for the kube-score/ignore and kube-score/enable annotation on child resources such as Deployment and StatefulSet Pod Templates. The "child" annotations will override an annotations set on the root object.

Fixes #488

zegl commented 1 year ago

bors merge

bors[bot] commented 1 year ago

Build succeeded:

bgoareguer commented 1 year ago

@zegl do you plan to make a new release including this fix?

zegl commented 1 year ago

@bgoareguer Yeah, let's do it! Coming soon...

bgoareguer commented 1 year ago

Thanks for the new release @zegl! But it seems that the Docker image has only been published for arm64 architecture, not for amd64. Can you please also publish the amd64 image?