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 thecontrol-planetaint (e.g. RKE2 helm-install jobs stuck Pending). Shares the existingk8s.taintconfig gate and renders as "Deprecated Master Taints" under Kubernetes Compliance Status.