-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Description
Feature blog: Introducing Node Readiness Controller
What would you like to be added
A blog post introducing Node Readiness Controller project (sigs.k8s.io/node-readiness-controller), a SIG-Node sub-project designed for declarative node readiness and fine-grained scheduling control.
Why is this needed
The standard Kubernetes "Ready" condition is often insufficient for nodes with complex infrastructure dependencies. This blog post will introduce how the Node Readiness Controller addresses this limitation and how it enables declarative node readiness via the NodeReadinessRule CRD and helping solve the "race conditions" during node bootstrapping.
Comments
SIG Sponsorship: SIG-Node
Status: The project has reached its first release and is ready for community feedback.