Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a78a30

Browse files
authoredSep 14, 2020
Change "control plane" to "control-plane" in patched lines
1 parent e5c3b10 commit 4a78a30

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 control plane nodes
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 node.
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)
Please sign in to comment.