cidr Not Available

将controller-manager的配置 --allocate-node-cidrs 改为 false,错入日志就没有了。

https://blog.kelu.org/tech/2020/05/27/kubernetes-controller-manager-error-cidrnotavailable.html

After reaching out to the Calico community, they quickly pointed out the root cause: the podCIDR allocation was still being handled by the Kubernetes controller manager. When using Calico IPAM, the controller manager should not assign IP addresses to Pods.

https://github.com/k3s-io/k3s/issues/697#issuecomment-576463182

posted @ 2025-09-11 07:48  todaygood  阅读(40)  评论(0)    收藏  举报