Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#10861 from thetillhoff/main
Browse files Browse the repository at this point in the history
📖 docs/book/src/developer/providers/bootstrap.md: fix typo
  • Loading branch information
k8s-ci-robot authored Jul 12, 2024
2 parents 8d639f1 + b8d74b2 commit bcb0efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/developer/providers/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ A bootstrap provider's bootstrap data must create `/run/cluster-api/bootstrap-su
A bootstrap provider can optionally taint worker nodes at creation with `node.cluster.x-k8s.io/uninitialized:NoSchedule`.
This taint is used to prevent workloads to be scheduled on Nodes before the node is initialized by Cluster API.
As of today the Node initialization consists of syncing labels from Machines to Nodes. Once the labels have been
initially synced the taint is removed form the Node.
initially synced the taint is removed from the Node.

## RBAC

Expand Down

0 comments on commit bcb0efd

Please sign in to comment.