diff --git a/README.md b/README.md index b9d0423..c1a6305 100644 --- a/README.md +++ b/README.md @@ -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 [...] ```