Skip to content

Commit 715f9b1

Browse files
author
JENNIFER RONDEAU
committed
fix typos, formatting
1 parent b688891 commit 715f9b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/setup/independent/high-availability.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Copy the admin kubeconfig to the other control plane nodes:
195195
- `/etc/kubernetes/admin.conf`
196196
197197
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.
199199
200200
```sh
201201
USER=ubuntu # customizable
@@ -294,11 +294,9 @@ done
294294
kubeadm alpha phase etcd local --config kubeadm-config.yaml
295295
```
296296

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
299298
brief period, after the node is added to the running cluster, and before the
300299
new node is joined to the etcd cluster.
301-
{{< /note >}}
302300

303301
1. Deploy the control plane components and mark the node as a master:
304302

@@ -471,7 +469,7 @@ Copy these files to your other control plane nodes:
471469
- `/etc/kubernetes/pki/front-proxy-ca.key`
472470

473471
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.
475473

476474
```sh
477475
USER=ubuntu # customizable

0 commit comments

Comments
 (0)