Skip to content

Commit 138ca67

Browse files
authored
Merge pull request #20512 from prasadkatti/patch-2
Replace "Mark master" w/ "Mark control-plane"
2 parents 8a67f59 + eaf6b76 commit 138ca67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@ Please note that:
346346
1. Before saving the ClusterConfiguration, sensitive information like the token is stripped from the configuration
347347
2. Upload of master configuration can be invoked individually with the [`kubeadm init phase upload-config`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-upload-config) command
348348

349-
### Mark master
349+
### Mark the node as control-plane
350350

351351
As soon as the control plane is available, kubeadm executes following actions:
352352

353-
- Label the master with `node-role.kubernetes.io/master=""`
354-
- Taints the master with `node-role.kubernetes.io/master:NoSchedule`
353+
- Labels the node as control-plane with `node-role.kubernetes.io/master=""`
354+
- Taints the node with `node-role.kubernetes.io/master:NoSchedule`
355355

356356
Please note that:
357357

0 commit comments

Comments
 (0)