Skip to content

Commit eaf6b76

Browse files
authored
Replace "Mark master" w/ "Mark control-plane"
Ref - kubernetes/kubernetes#70885
1 parent 16e460f commit eaf6b76

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)