This message was deleted.
# general
a
This message was deleted.
w
heh, pods can't start because cillium Warning FailedCreatePodSandBox 16m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "9b51f2f7b9eb91003b00a1a584695d3003e24fc74903a6f189eb9854f9e2edbf": plugin type="cilium-cni" failed (add): unable to connect to Cilium agent: failed to create cilium agent client after 30.000000 seconds timeout: Get "http://localhost/v1/config": dial unix /var/run/cilium/cilium.sock: connect: no such file or directory Is the agent running?
Copy code
❯ helm uninstall        rke2-cilium --dry-run -n kube-system
release "rke2-cilium" uninstalled
i'm afraid to delete the pod as it'll lose it's sandbox and won't start again so i have to wait for it to retry
it's still complaining.. I deleted
HelmChartConfig
for it hoping heh
hmm it seems to have reinstalled and been successful!!!
cillium is starting
boot storm haha
same thing with rke2-ingress-nginx
awesome looks like the uninstall succeeded lol. After everything was working
re-ran it.. I hope this works 🤞🏼
Copy code
kubectl get job   helm-install-rke2-cilium   -n kube-system -o json |
  jq 'del(.spec.selector)' |
  jq 'del(.spec.template.metadata.labels)' |
  kubectl replace --force -f - >/dev/null
we seem to be golden!!!
👍 1