Commit 715f9b1 JENNIFER RONDEAU
committed
1 parent b688891 commit 715f9b1 Copy full SHA for 715f9b1
File tree 1 file changed +3
-5
lines changed
content/en/docs/setup/independent
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Copy the admin kubeconfig to the other control plane nodes:
195
195
- `/etc/kubernetes/admin.conf`
196
196
197
197
In the following example, replace
198
- `CONTROL_PLANE_IP ` with the IP addresses of the other control plane nodes.
198
+ `CONTROL_PLANE_IPS ` with the IP addresses of the other control plane nodes.
199
199
200
200
```sh
201
201
USER=ubuntu # customizable
@@ -294,11 +294,9 @@ done
294
294
kubeadm alpha phase etcd local --config kubeadm-config.yaml
295
295
` ` `
296
296
297
- {{< note > }}
298
- ** Note** : This command causes the etcd cluster to become unavailable for a
297
+ - This command causes the etcd cluster to become unavailable for a
299
298
brief period, after the node is added to the running cluster, and before the
300
299
new node is joined to the etcd cluster.
301
- {{< /note > }}
302
300
303
301
1. Deploy the control plane components and mark the node as a master:
304
302
@@ -471,7 +469,7 @@ Copy these files to your other control plane nodes:
471
469
- ` /etc/kubernetes/pki/front-proxy-ca.key`
472
470
473
471
In the following example, replace the list of
474
- ` CONTROL_PLANE_IP ` values with the IP addresses of the other control plane nodes.
472
+ ` CONTROL_PLANE_IPS ` values with the IP addresses of the other control plane nodes.
475
473
476
474
` ` ` sh
477
475
USER=ubuntu # customizable
You can’t perform that action at this time.
0 commit comments