Remove redundant k3s flag
This commit is contained in:
parent
3f3d3a5c12
commit
e4190aaa1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user