diff --git a/content/k3s/latest/en/installation/ha-embedded/_index.md b/content/k3s/latest/en/installation/ha-embedded/_index.md index 6d4bb7bab49..6b7f3421815 100644 --- a/content/k3s/latest/en/installation/ha-embedded/_index.md +++ b/content/k3s/latest/en/installation/ha-embedded/_index.md @@ -14,7 +14,7 @@ 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 k3s server --cluster-init +curl -sfL https://get.k3s.io | K3S_TOKEN=SECRET sh -s - server --cluster-init ``` After launching the first server, join the second and third servers to the cluster using the shared secret: