Skip to content

Commit 3f4b883

Browse files
authored
Merge pull request #23847 from devurandom/patch-1
kudeadm: Replace "master" with "control plane node"
2 parents 549d778 + 239bae6 commit 3f4b883

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LoadBalancer, or with dynamic PersistentVolumes.
3636
For both methods you need this infrastructure:
3737

3838
- Three machines that meet [kubeadm's minimum requirements](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin) for
39-
the masters
39+
the control-plane nodes
4040
- Three machines that meet [kubeadm's minimum
4141
requirements](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin) for the workers
4242
- Full network connectivity between all machines in the cluster (public or
@@ -224,7 +224,7 @@ in the kubeadm config file.
224224
scp /etc/kubernetes/pki/apiserver-etcd-client.key "${CONTROL_PLANE}":
225225
```
226226

227-
- Replace the value of `CONTROL_PLANE` with the `user@host` of the first control plane machine.
227+
- Replace the value of `CONTROL_PLANE` with the `user@host` of the first control-plane node.
228228

229229
### Set up the first control plane node
230230

@@ -372,4 +372,3 @@ SSH is required if you want to control all nodes from a single machine.
372372
# Quote this line if you are using external etcd
373373
mv /home/${USER}/etcd-ca.key /etc/kubernetes/pki/etcd/ca.key
374374
```
375-

0 commit comments

Comments
 (0)