We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d639f1 + b8d74b2 commit bcb0efdCopy full SHA for bcb0efd
docs/book/src/developer/providers/bootstrap.md
@@ -134,7 +134,7 @@ A bootstrap provider's bootstrap data must create `/run/cluster-api/bootstrap-su
134
A bootstrap provider can optionally taint worker nodes at creation with `node.cluster.x-k8s.io/uninitialized:NoSchedule`.
135
This taint is used to prevent workloads to be scheduled on Nodes before the node is initialized by Cluster API.
136
As of today the Node initialization consists of syncing labels from Machines to Nodes. Once the labels have been
137
-initially synced the taint is removed form the Node.
+initially synced the taint is removed from the Node.
138
139
## RBAC
140
0 commit comments