From 456f50a576248d68825d2d6395b87eb93a91e80a Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sun, 17 Apr 2022 21:53:50 +0200 Subject: [PATCH] canal - take 2 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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