You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/setup-tools/kubeadm/implementation-details.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,12 +346,12 @@ Please note that:
346
346
1. Before saving the ClusterConfiguration, sensitive information like the token is stripped from the configuration
347
347
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
348
348
349
-
### Mark master
349
+
### Mark the node as control-plane
350
350
351
351
As soon as the control plane is available, kubeadm executes following actions:
352
352
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`
0 commit comments