mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Add missing line to etcd tab
This commit is contained in:
@@ -112,6 +112,7 @@ curl -fL https://get.k3s.io | sh -s - server --storage-endpoint='mysql://usernam
|
|||||||
{{% tab "etcd" %}}
|
{{% tab "etcd" %}}
|
||||||
|
|
||||||
### Secure Method
|
### 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" \
|
curl -fL https://get.k3s.io | sh -s - server --storage-endpoint="https://hostname:2379" \
|
||||||
|
|||||||
Reference in New Issue
Block a user