Update content/k3s/latest/en/installation/ha-embedded/_index.md

Co-authored-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Marc
2022-05-19 19:59:57 +02:00
committed by GitHub
co-authored by Derek Nola
parent 1ddb08f081
commit 29d6368dec
@@ -15,7 +15,6 @@ To run K3s in this mode, you must have an odd number of server nodes. We recomme
To get started, first launch a server node with the `cluster-init` flag to enable clustering and a token that will be used as a shared secret to join additional servers to the cluster.
```
K3S_TOKEN=SECRET
export INSTALL_K3S_VERSION=v1.23.6+k3s1
curl -sfL https://get.k3s.io | sh -s - server --cluster-init
```