keep metrics-server enabled

This commit is contained in:
Dominik Chilla 2022-10-01 12:34:54 +00:00
parent 79dd3b500c
commit 50a46d874b

View File

@ -140,12 +140,11 @@ https://k3d.io/:
``` ```
curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
``` ```
Create a K3s cluster without `traefik` as well as `metrics-server` Create a K3s cluster without `traefik``
``` ```
k3d cluster create cluster1 \ k3d cluster create cluster1 \
--agents 2 \ --agents 2 \
--k3s-server-arg '--disable=traefik' \ --k3s-server-arg '--disable=traefik' \
--k3s-server-arg '--disable=metrics-server' \
--k3s-server-arg '--kube-apiserver-arg=service-node-port-range=1-65535' --k3s-server-arg '--kube-apiserver-arg=service-node-port-range=1-65535'
``` ```
If you encounter `helm` throwing errors like this one: If you encounter `helm` throwing errors like this one: