kube-linter
kube-linter copied to clipboard
[FEATURE_REQUEST] strict mode
Description of the problem/feature request In some environments there will be some checks kube-linter does that may be non-negotiable. It will be useful to allow some checks not to be bypassed with annotations.
Description of the existing behavior vs. expected behavior As an example, say that there is a CI pipeline that should never have a pod with a container that runs as root being committed. In this context it would be useful to disable the ‘ignore-check’ annotation from disabling the runAsNonRoot check.
Additional context Add any other context or screenshots about the feature request here.
Thanks @pmorie. This is a useful request. I've added this to the roadmap.