modified: README.md
This commit is contained in:
@@ -682,14 +682,13 @@ curl -sfL https://get.k3s.io | sh -
|
|||||||
|
|
||||||
Install specific version and disable:
|
Install specific version and disable:
|
||||||
|
|
||||||
- flannel (alternative example calico)
|
- flannel (alternative example calico, cilium)
|
||||||
- servicelb (alternative example metallb)
|
- servicelb (alternative example metallb, cilium)
|
||||||
- traefik (then install using helm chart or custom manifests for better control)
|
- traefik (then install using helm chart or custom manifests for better control)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.33.3+k3s1 INSTALL_K3S_EXEC="--flannel-backend=none \
|
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.33.3+k3s1 INSTALL_K3S_EXEC="--flannel-backend=none \
|
||||||
--disable-network-policy \
|
--disable-network-policy \
|
||||||
--cluster-cidr=10.42.0.0/16 \
|
|
||||||
--disable=servicelb \
|
--disable=servicelb \
|
||||||
--disable=traefik" \
|
--disable=traefik" \
|
||||||
sh -
|
sh -
|
||||||
|
|||||||
Reference in New Issue
Block a user