Ups no-deploy traefik not no-deploy nginx

Signed-off-by: René Jochum <rene@jochum.dev>
master v1.0.13
René Jochum 4 years ago
parent a3074df64c
commit 4edbd44112

@ -211,7 +211,7 @@ GRANT ALL PRIVILEGES ON `k3s`.* TO 'k3s'@'%' IDENTIFIED BY '<superSecret>';
Install k3s one each nodes, one after another:
```bash
curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://k3s:<superSecret>@tcp(localhost:3306)/k3s" --no-deploy servicelb --no-deploy nginx
curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://k3s:<superSecret>@tcp(localhost:3306)/k3s" --no-deploy servicelb --no-deploy traefik
```
Check the nodes after.

Loading…
Cancel
Save