Remove redundant k3s flag

This commit is contained in:
Danny Bessems 2022-04-04 16:47:17 +02:00
parent 3f3d3a5c12
commit e4190aaa1a

View File

@ -43,7 +43,7 @@ EOF
```
On subsequent nodes (replace `<fqdn or ip>` and `<value from master>` with the correct values):
```shell
curl -sfL https://get.k3s.io | K3S_URL=https://<fqdn or ip>:6443 K3S_TOKEN=<value from master> sh -s - server --server --disable local-storage,traefik
curl -sfL https://get.k3s.io | K3S_URL=https://<fqdn or ip>:6443 K3S_TOKEN=<value from master> sh -s - server --disable local-storage,traefik
```
### 0) Configure automatic updates