-
Notifications
You must be signed in to change notification settings - Fork 52
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
helm deployment: core-command crash when deployed on Baetyl framework #108
Comments
@zhangtag are you using the example helm chart in this repository, or something else? This line suggests there might be an instance of core-command already running. level=ERROR ts=2022-05-03T03:37:37.989088642Z app=core-command source=httpserver.go:126 msg="Web server failed: listen tcp 10.98.134.67:59882: bind: cannot assign requested address" Is your kubernetes cluster working otherwise? Can you provide more detailed instructions to reproduce? |
In an edge computing project baetyl, the edgex microservice issued by baetyl cannot be started except for redis, consul, and ui, all of which are the errors mentioned above. |
For compatibility with EdgeX on docker, the default settings for the helm chart map host ports to the container. Does Baetyl allow that? |
Thanks for your reply, baetyl is an edge computing platform like kubeedge
|
Ok. Planning to do some maintenance on the helm chart this summer. Will keep this in mind. Obviously, if you can get to the bottom of it sooner, feel free to submit a PR to tweak the sample. |
No problem, thanks for your reply, I'll look into it again |
Today we closed #92 which adds helm chart support for hostPath, openebs, and rook/ceph volumes. It should also work for NFS-based storage classes as well. (Grab the latest helm chart source off of main) Can you please re-test with the newest release and report if we can close this issue. Will close this issue next week if I don't hear from you. |
Closing due to inactivity. |
i try to deploy edgex2.0 on k8s , but the core-command crashed
i have beening trapped in this for a long time ,
hope u can help me ,thanks !
The text was updated successfully, but these errors were encountered: