Add missing line to etcd tab

This commit is contained in:
David Nuzik
2019-11-12 18:31:08 -07:00
parent e6e43cf381
commit 44428a2d22
@@ -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" \