baseline/INSTALL.md

13 lines
347 B
Markdown
Raw Normal View History

2021-12-04 23:22:46 +00:00
# Install k3s single master node
```
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" sh -s -
2021-12-04 23:22:46 +00:00
```
Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as
`~/.kube/config`.
Then:
* replace "127.0.0.1" with the IP or name of your K3s server.
* rename cluster/context/auth (Hint: `s/default/myserver/g`)