File tree 1 file changed +2
-3
lines changed
content/en/docs/setup/production-environment/tools/kubeadm
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ LoadBalancer, or with dynamic PersistentVolumes.
36
36
For both methods you need this infrastructure:
37
37
38
38
- 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
40
40
- Three machines that meet [ kubeadm's minimum
41
41
requirements] ( /docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin ) for the workers
42
42
- Full network connectivity between all machines in the cluster (public or
@@ -224,7 +224,7 @@ in the kubeadm config file.
224
224
scp /etc/kubernetes/pki/apiserver-etcd-client.key " ${CONTROL_PLANE} " :
225
225
` ` `
226
226
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.
228
228
229
229
# ## Set up the first control plane node
230
230
@@ -372,4 +372,3 @@ SSH is required if you want to control all nodes from a single machine.
372
372
# Quote this line if you are using external etcd
373
373
mv /home/${USER}/etcd-ca.key /etc/kubernetes/pki/etcd/ca.key
374
374
` ` `
375
-
You can’t perform that action at this time.
0 commit comments