Housekeeping

This commit is contained in:
2020-12-08 08:54:12 +01:00
parent 93683f68d3
commit d0887b71a2
6 changed files with 40 additions and 4 deletions

View File

@ -9,7 +9,7 @@
## K3s cluster
On first node:
```
curl -sfL https://get.k3s.io | sh -s - --no-deploy traefik
curl -sfL https://get.k3s.io | sh -s - --disable local-path,traefik
cat /var/lib/rancher/k3s/server/token
kubectl config view --raw
```