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.72k stars 174 forks source link

Ephemeral storage limit check not skipped when "kube-score/ignore": "… #450

Closed kmarteaux closed 2 years ago

kmarteaux commented 2 years ago

…container-resources" annotation is set #449

RELNOTE:  

Bugfix:  Container ephemeral storage tests did not honor "kube-score/ignore": "container-resources" annotation because the tests were implemented apart from the extant CPU and memory container tests.  Fix addresses this oversight by noting the "container-resources" annotation implies also ignoring the "container-ephemeral-storage-request-and-limit" tests. 
bors[bot] commented 2 years ago

Build succeeded: