Skip to content

Commit

Permalink
fix typos, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JENNIFER RONDEAU committed Jun 20, 2018
1 parent b688891 commit 715f9b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions content/en/docs/setup/independent/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Copy the admin kubeconfig to the other control plane nodes:
- `/etc/kubernetes/admin.conf`

In the following example, replace
`CONTROL_PLANE_IP` with the IP addresses of the other control plane nodes.
`CONTROL_PLANE_IPS` with the IP addresses of the other control plane nodes.

```sh
USER=ubuntu # customizable
Expand Down Expand Up @@ -294,11 +294,9 @@ done
kubeadm alpha phase etcd local --config kubeadm-config.yaml
```

{{< note >}}
**Note**: This command causes the etcd cluster to become unavailable for a
- This command causes the etcd cluster to become unavailable for a
brief period, after the node is added to the running cluster, and before the
new node is joined to the etcd cluster.
{{< /note >}}

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

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

In the following example, replace the list of
`CONTROL_PLANE_IP` values with the IP addresses of the other control plane nodes.
`CONTROL_PLANE_IPS` values with the IP addresses of the other control plane nodes.

```sh
USER=ubuntu # customizable
Expand Down

0 comments on commit 715f9b1

Please sign in to comment.