diff --git a/README.md b/README.md index 66cc470..296fa34 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Continue with the workers (Including PG nodes): kubectl delete pod calico-node-???? -n kube-system ``` ### Calico problems -Calico can get in a bad state. Look for problems like `Candidate IP leak handle och too old resource version` in calico-kube-controllers pod. If theese are found calico can be restarted with: +Calico can get in a bad state. Look for problems like `Candidate IP leak handle` and `too old resource version` in calico-kube-controllers pod. If theese are found calico can be restarted with: kubectl rollout restart deployment calico-kube-controllers -n kube-system kubectl rollout restart daemonset calico-node -n kube-system