diff --git a/README.md b/README.md index 9979419..b9d0423 100644 --- a/README.md +++ b/README.md @@ -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. Apply the manifest: `kubectl apply -f canal.yaml` 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 If you want to build a K3s-cluster the default networking model is *overlay@VXLAN*. In this case make sure that