Skip to content

Commit bcb0efd

Browse files
authored
Merge pull request kubernetes-sigs#10861 from thetillhoff/main
📖 docs/book/src/developer/providers/bootstrap.md: fix typo
2 parents 8d639f1 + b8d74b2 commit bcb0efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/developer/providers/bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ A bootstrap provider's bootstrap data must create `/run/cluster-api/bootstrap-su
134134
A bootstrap provider can optionally taint worker nodes at creation with `node.cluster.x-k8s.io/uninitialized:NoSchedule`.
135135
This taint is used to prevent workloads to be scheduled on Nodes before the node is initialized by Cluster API.
136136
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.
137+
initially synced the taint is removed from the Node.
138138

139139
## RBAC
140140

0 commit comments

Comments
 (0)