From 44428a2d22f490fba684cbeb511c8d097f4e6d8f Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Tue, 12 Nov 2019 18:31:08 -0700 Subject: [PATCH] Add missing line to etcd tab --- content/k3s/latest/en/installation/ha/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/k3s/latest/en/installation/ha/_index.md b/content/k3s/latest/en/installation/ha/_index.md index edd185e3e05..450ea638de1 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -112,6 +112,7 @@ curl -fL https://get.k3s.io | sh -s - server --storage-endpoint='mysql://usernam {{% tab "etcd" %}} ### Secure Method +Run the following command on each server to install k3s and connect it to the database securely. ``` curl -fL https://get.k3s.io | sh -s - server --storage-endpoint="https://hostname:2379" \