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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,12 +409,11 @@ Please note that:
409
409
As soon as the control plane is available, kubeadm executes following actions:
410
410
411
411
- Labels the node as control-plane with `node-role.kubernetes.io/control-plane=""`
412
-
<<<<<<< HEAD
413
412
- Taints the node with `node-role.kubernetes.io/control-plane:NoSchedule`
414
413
415
-
Please note that the phase to mark the control-plane phase phase can be invoked
414
+
Please note that the phase to mark the control-plane phase can be invoked
416
415
individually with the [`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane) command.
417
-
=======
416
+
418
417
- Taints the node with `node-role.kubernetes.io/master:NoSchedule` and
0 commit comments