set cilium as CNI
This commit is contained in:
+7
-2
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user