Cloud Native Computing Foundationkubernetes-sigs/node-readiness-controller
Open source contributor
- Corrected a directional comparison in the node update predicate. Label state was diffed in one direction only, so removals never enqueued a reconcile and readiness gating went stale.
- Extended the manager ClusterRole to cover
events.k8s.io, which the packaged RBAC omitted, blocking event emission under the shipped Helm chart. - Removed an empty
nodeSelectorfrom the chart's rendered output, which was propagating an invalid manifest suggestion to downstream operators.
