Replace "Mark master" w/ "Mark control-plane"

Ref - https://github.com/kubernetes/kubernetes/pull/70885/
This commit is contained in:
Prasad Katti 2020-04-22 17:42:35 -07:00 committed by GitHub
parent 16e460faa1
commit eaf6b76f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -346,12 +346,12 @@ Please note that:
1. Before saving the ClusterConfiguration, sensitive information like the token is stripped from the configuration 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 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: As soon as the control plane is available, kubeadm executes following actions:
- Label the master with `node-role.kubernetes.io/master=""` - Labels the node as control-plane with `node-role.kubernetes.io/master=""`
- Taints the master with `node-role.kubernetes.io/master:NoSchedule` - Taints the node with `node-role.kubernetes.io/master:NoSchedule`
Please note that: Please note that: