From a9c7e81b268eeef9ee3876db31d123d482d7cdd3 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Tue, 4 Feb 2025 10:52:39 +0100 Subject: [PATCH] Markup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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