-
Notifications
You must be signed in to change notification settings - Fork 135
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
pod/spiderpool-agent "CrashLoopBackOff" error at the edge nodes when trying to install edgemesh using helm with enableCNI enabled #557
Comments
edgemesh-CNI is still in testing, you can disable it in helm. |
/cc @NKDYX |
我也遇到了这个问题,这是边缘POD无法访问集群API导致,我根据以下文档进行了相关配置。 可以访问集群API了,但是安装还是失败。调试发现,需要请求https://169.254.30.10:10550/readyz?timeout=2s 请求如何配置权限。这里的rabc也添加了。 |
spiderpool-agent在启动的时候会去探测以下api-server的readyz路由,看起来似乎是访问到了clusterIP ? |
我调试,它访问的是:https://169.254.30.10:10550/readyz?timeout=2s,报401。 在kubeedge也提了一个issue: |
这个169网段是pod IP还是?根据上面那个代码,我怀疑是 |
169.254.30.10 是kubeedge metaserver的地址,问题应该是通过metaserver请求readyz异常导致的(有提交了issue) |
Trying to install edgemesh using helm with custom values.yaml (with enableCNI enabled).
pod/edgemesh sucessfully runs in both cloud and edge nodes, however pod/spiderpool-agent at the edgeside nodes show "CrashLoopBackOff" error.
I've checked edgecore logs at one of the edge nodes ().
Seems some CNI-releated issues at the edge nodes.
Any Suggestions? Thank you.
The text was updated successfully, but these errors were encountered: