diff --git a/README.md b/README.md index 206ab57..41a132d 100644 --- a/README.md +++ b/README.md @@ -682,14 +682,13 @@ curl -sfL https://get.k3s.io | sh - Install specific version and disable: -- flannel (alternative example calico) -- servicelb (alternative example metallb) +- flannel (alternative example calico, cilium) +- servicelb (alternative example metallb, cilium) - traefik (then install using helm chart or custom manifests for better control) ```bash curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.33.3+k3s1 INSTALL_K3S_EXEC="--flannel-backend=none \ --disable-network-policy \ ---cluster-cidr=10.42.0.0/16 \ --disable=servicelb \ --disable=traefik" \ sh -