diff --git a/content/en/docs/setup/independent/high-availability.md b/content/en/docs/setup/independent/high-availability.md index faf3e56637..61ba8651d7 100644 --- a/content/en/docs/setup/independent/high-availability.md +++ b/content/en/docs/setup/independent/high-availability.md @@ -53,7 +53,7 @@ For **Option 2**: you can skip to the next step. Any reference to `etcd0`, `etcd ### Create etcd CA certs -1. Install `cfssl` and `cfssljson`: +1. Install `cfssl` and `cfssljson` on all etcd nodes: ```bash curl -o /usr/local/bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 @@ -278,7 +278,7 @@ Run the following to generate the manifest file: labels: component: etcd tier: control-plane - name: + name: namespace: kube-system spec: containers: @@ -339,7 +339,7 @@ Run the following to generate the manifest file: EOF Make sure you replace: -* `` with the name of the node you're running on (e.g. `etcd0`, `etcd1` or `etcd2`) +* `` with the name of the node you're running on (e.g. `etcd0`, `etcd1` or `etcd2`) * ``, `` and `` with the public IPv4s of the other machines that host etcd. {{% /tab %}} {{< /tabs >}}