digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Is there any way to ignore running on static pods in "bare-pods"? #75

Closed valbeat closed 4 years ago

valbeat commented 4 years ago

For example, kube-proxy is a static-pod and should not be warned by checking "bare-pods". Is there any way to exclude this?

valbeat commented 4 years ago

Static pod have their node where the yaml is located in the name. This can be used to distinguish static-pods.

adamwg commented 4 years ago

Closing this out since it was implemented in #76.