canal - take 3

This commit is contained in:
Dominik Chilla 2022-04-17 21:54:27 +02:00
parent 456f50a576
commit 243e9ef5ea

View File

@ -95,7 +95,7 @@ ExecStart=/usr/local/bin/k3s \
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
kubectl -n kube-system get pod | grep canal
canal-drmrl 2/2 Running 0 1m
[...]
```