modified: README.md

This commit is contained in:
Márcio Fernandes
2026-04-12 18:38:32 +00:00
parent bb3d2113b5
commit d1bca321d9

View File

@@ -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 -