-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calico部署最新版api不支持kubernetes 1.16.6 #633
Comments
我也遇到了同样的问题。calico-node提示 探针无法通过,无法正常启动,可以在容器中执行探针命令,返回503。
|
和我遇到的报错一样,下次我试试,现在集群可以通信,就先这样了 |
嗯,可以参考一下。 |
文档版本
v16.6
现象描述
部署calico网络出错无法正常安装
calico-kube-controllers 无法初始化
calico-node 无法初始化
calico-kube-controllers日志
calico-node报错
https://github.com/opsnull/follow-me-install-kubernetes-cluster/blob/master/06-6.calico.md
这个问题经过我细心排除,发现calico v3.20.0版本无法访问
/apis/discovery.k8s.io/v1beta1/endpointslices
资源,在1.16.6版本中,此api资源访问为404。kube-api日志中也显示报错
我更换calico-3.10版本后解决了这个问题,全部初始化成功
curl https://docs.projectcalico.org/v3.10/manifests/calico.yaml -O calico-3.10.yml
The text was updated successfully, but these errors were encountered: