From b8d74b25406fbd9f94e3c2467f8a334de26561b1 Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Fri, 12 Jul 2024 14:53:10 +0200 Subject: [PATCH] Fix typo --- docs/book/src/developer/providers/bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developer/providers/bootstrap.md b/docs/book/src/developer/providers/bootstrap.md index 55354e6edae5..3f21ca6c0eaa 100644 --- a/docs/book/src/developer/providers/bootstrap.md +++ b/docs/book/src/developer/providers/bootstrap.md @@ -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