DOC: re-enable metrics component for k3s install
This commit is contained in:
parent
403082c266
commit
7fc36982ff
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Install k3s single master node
|
||||
|
||||
```
|
||||
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik,metrics-server" sh -s -
|
||||
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" sh -s -
|
||||
```
|
||||
|
||||
Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as
|
||||
|
|
Loading…
Reference in a new issue