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
// taints are the node taints that Cluster API will manage.
493
-
// This list is not necessarily complete: other Kubernetes components may add or remove other taints.
493
+
// This list is not necessarily complete: other Kubernetes components may add or remove other taints from nodes,
494
+
// e.g. the node controller might add the node.kubernetes.io/not-ready taint.
494
495
// Only those taints defined in this list will be added or removed by core Cluster API controllers.
495
496
//
497
+
// There can be at most 64 taints.
498
+
//
496
499
// NOTE: This list is implemented as a "map" type, meaning that individual elements can be managed by different owners.
497
-
// As of Kubernetes 1.33, this is different from the implementation on corev1.NodeSpec, but provides a more flexible API for components building on top of Cluster API.
0 commit comments