set cilium as CNI

This commit is contained in:
Márcio Fernandes
2026-07-12 08:59:16 +00:00
parent bda2eb66ad
commit 2169435000
4 changed files with 45 additions and 4 deletions
+7 -2
View File
@@ -186,8 +186,13 @@ EOF
### casa - control Plane - k3s setup
``` bash
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.36.1+k3s1 sh -
```
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.36.1+k3s1 \
INSTALL_K3S_EXEC="\
--flannel-backend=none \
--disable-network-policy \
--disable=servicelb" \
sh -
```
**Taint NoSchedule on master node:**