Replies: 7 comments 1 reply
-
|
@dingsihua 这种情况一般是 kruise-manager pod 没有被拉起来 |
Beta Was this translation helpful? Give feedback.
-
|
@veophi pod起来了呀 [root@szvp000316908 openkruise]# kubectl -n kruise-system get pods |
Beta Was this translation helpful? Give feedback.
-
|
@dingshu 如果 kruise-manager 运行正常,那么很大程度上的问题是出在 kube-apiserver 连接到 kruise-manager pod 的网络上不通,可以确认一下(比如说,如果两者的网络是在不同的 vpc 中,要确保打通,能让 kube-apiserver 连接和访问 kruise-manager pod) |
Beta Was this translation helpful? Give feedback.
-
[root@szvp000316908 openkruise]# |
Beta Was this translation helpful? Give feedback.
-
|
ping通说明三层是通的,可以用 |
Beta Was this translation helpful? Give feedback.
-
|
@FillZpp telnet没有登录成功,过一段时间显示连接被外部host closed了,有问题麽? Connection closed by foreign host. |
Beta Was this translation helpful? Give feedback.
-
|
遇到了同样的问题,这个问题有解了吗? 我的排查过程如下,但是仍未解决该问题,跪求指教 第一步:先测试了集群内的正常的pod的网络如下 第二步:测试了报错的域名,和上个解析的ip不在一个网段 问题:10.103.x.x这个网段的ip是怎么来的呢,如何配置呢(当前k8s集群使用的calico部署集群网络,pod的网段为10.244.0.0/16),这个网段怎么能和集群现有网段通信呢,求指教🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
通过 kubectl apply -f nginx-demo.yaml 部署官方的 CloneSet 服务,报以下错误,请问是什么原因?其中,nginx-demo.yaml是官方指导手册的第一个示例:https://openkruise.io/zh/docs/user-manuals/cloneset
Error from server (InternalError): error when creating "nginx-demo.yaml": Internal error occurred: failed calling webhook "mcloneset.kb.io": Post "https://kruise-webhook-service.kruise-system.svc:443/mutate-apps-kruise-io-v1alpha1-cloneset?timeout=30s": Gateway Time-out
Beta Was this translation helpful? Give feedback.
All reactions