stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
https://docs.kubelinter.io/
Apache License 2.0
2.83k stars 228 forks source link

feat(checks): remove checks for cpu and memory limits #712

Closed cwimmer closed 4 months ago

cwimmer commented 5 months ago

Fixes: #694 Fixes: #695

This PR removes the checks for cpu and memory limits. It also includes updates to documentation which refer to these checks.

janisz commented 5 months ago

@cwimmer ping

janisz commented 4 months ago

Closing in favor of https://github.com/stackrox/kube-linter/pull/734