Skip to content

Commit 87fe459

Browse files
fix NodeReadinessGates KEP number - KEP-5233 (#156)
1 parent b1f54ac commit 87fe459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A Kubernetes controller that provides fine-grained, declarative readiness for nodes. It ensures nodes only accept workloads when all required components eg: network agents, GPU drivers,
66
storage drivers or custom health-checks, are fully ready on the node.
77

8-
This project implements the proposed [NodeReadinessGates](https://github.com/kubernetes/enhancements/pull/5416) API (KEP 5416) as an out-of-band solution and brings it to any Kubernetes cluster.
8+
This project implements the proposed [NodeReadinessGates](https://github.com/kubernetes/enhancements/pull/5416) API (KEP 5233) as an out-of-band solution and brings it to any Kubernetes cluster.
99

1010
Use it to orchestrate complex bootstrap steps in your node-init workflow, enforce node health and improve workload reliability.
1111

0 commit comments

Comments
 (0)