canal - take 2

This commit is contained in:
Dominik Chilla 2022-04-17 21:53:50 +02:00
parent 08ec8d16f1
commit 456f50a576

View File

@ -94,6 +94,11 @@ ExecStart=/usr/local/bin/k3s \
1. Set the value of `CALICO_IPV4POOL_CIDR` to `10.42.0.0/16` (or your value of `--cluster-cidr` - k3s defaults to `10.42.0.0/16`) 1. Set the value of `CALICO_IPV4POOL_CIDR` to `10.42.0.0/16` (or your value of `--cluster-cidr` - k3s defaults to `10.42.0.0/16`)
1. Apply the manifest: `kubectl apply -f canal.yaml` 1. Apply the manifest: `kubectl apply -f canal.yaml`
1. Wait a moment and then check if canal was installed successfully 1. Wait a moment and then check if canal was installed successfully
```
kubectl -n kube-system get pod -o wide |grep canal
canal-drmrl 2/2 Running 0 1m
[...]
```
### Clustering <a name="user-content-clustering"></a> ### Clustering <a name="user-content-clustering"></a>
If you want to build a K3s-cluster the default networking model is *overlay@VXLAN*. In this case make sure that If you want to build a K3s-cluster the default networking model is *overlay@VXLAN*. In this case make sure that