Closed damian-natzka closed 1 month ago
I tried to follow also the complete setup instruction with 2 nodepools for AKS (https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/#create-the-cluster), result is the same.
kubectl describe pod coredns
Warning FailedCreatePodSandBox 21s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "41de25989a3fcc8438e6845db91745953c8b08d7a11ca0c2d7c13202f12bbf44": unable to connect to Cilium daemon: failed to create cilium agent client after 30.000000 seconds timeout: Get "http:///var/run/cilium/cilium.sock/v1/config": dial unix /var/run/cilium/cilium.sock: connect: no such file or directory
After rollback nodes end up in 'not ready' state. Not sure if that's relevant:
with:
Ready False Thu, 23 Dec 2021 15:21:11 +0100 Thu, 23 Dec 2021 15:16:10 +0100 KubeletNotReady container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
Hi. I hit the same issue with v1.11.11. The operator seems happy, restarts coredns, but the daemonset is not ready. It seems the communication with IPAM is not working properly. 0 subnet is reported
level=info msg="Synchronized Azure IPAM information" numInstances=2 numSubnets=0 numVirtualNetworks=0 subsys=azure
I must add, the installation is without servicemesh.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has not seen any activity since it was marked stale. Closing.
Bug report
Cilium installation fails inside the cluster.
Command issued:
General Information
Error
Logs from operator
Logs from daemonset
kubectl describe pod coredns
kubectl describe pod cilium-agent
I have tried a clean AKS too:
Behaviour is the same