You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在部署 calico 和 coredns 时 Pod 都会请求 api server,但它默认请求 service 的地址如:https://198.18.0.1:443/version,calico 通过设置环境变量解决了,coredns 设置 api server 后报证书错误,在部署文档中未见相关说明。
Pod 中的 api server 地址默认再哪里存储?
coredns 如何忽略证书错误或配置 CA?
EDIT:
理解有问题刚搞明白,请求 https://198.18.0.1:443/version 是正常的,但是为什么这个 service 无法访问不知道怎么排查。
The text was updated successfully, but these errors were encountered:
在部署 calico 和 coredns 时 Pod 都会请求 api server,但它默认请求 service 的地址如:
https://198.18.0.1:443/version
,calico 通过设置环境变量解决了,coredns 设置 api server 后报证书错误,在部署文档中未见相关说明。EDIT:
理解有问题刚搞明白,请求
https://198.18.0.1:443/version
是正常的,但是为什么这个 service 无法访问不知道怎么排查。The text was updated successfully, but these errors were encountered: