From d1bca321d9d15ecd366c5e4d6245a7b1cbc269c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Apr 2026 18:38:32 +0000 Subject: [PATCH] modified: README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -