kube-linter icon indicating copy to clipboard operation
kube-linter copied to clipboard

[FEATURE_REQUEST] strict mode

Open pmorie opened this issue 4 years ago • 1 comments

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.

pmorie avatar Feb 08 '21 17:02 pmorie

Thanks @pmorie. This is a useful request. I've added this to the roadmap.

viswajithiii avatar Feb 08 '21 21:02 viswajithiii