You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
k8sHealth: add deprecated master taint compliance check (#49) — flags nodes still carrying node-role.kubernetes.io/master:NoSchedule (deprecated since Kubernetes 1.20), which can block workloads whose tolerations only cover the control-plane taint (e.g. RKE2 helm-install jobs stuck Pending). Shares the existing k8s.taint config gate and renders as "Deprecated Master Taints" under Kubernetes Compliance Status.