From eaf6b76f5bd63f512557856b0e6633dfbc878a04 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Wed, 22 Apr 2020 17:42:35 -0700 Subject: [PATCH] Replace "Mark master" w/ "Mark control-plane" Ref - https://github.com/kubernetes/kubernetes/pull/70885/ --- .../reference/setup-tools/kubeadm/implementation-details.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md index d265e80f71..6893cb2b35 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md +++ b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md @@ -346,12 +346,12 @@ Please note that: 1. Before saving the ClusterConfiguration, sensitive information like the token is stripped from the configuration 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 -### Mark master +### Mark the node as control-plane As soon as the control plane is available, kubeadm executes following actions: -- Label the master with `node-role.kubernetes.io/master=""` -- Taints the master with `node-role.kubernetes.io/master:NoSchedule` +- Labels the node as control-plane with `node-role.kubernetes.io/master=""` +- Taints the node with `node-role.kubernetes.io/master:NoSchedule` Please note that: