Edgex3.1 k3s deployment problem #273
Replies: 3 comments 2 replies
-
This is console detail |
Beta Was this translation helpful? Give feedback.
-
@Jokerboozp It is a good idea for running EdgeX in k3s/k8s, you can find the template configuration(helm-chart) here . As your error message mentioned, the ip address |
Beta Was this translation helpful? Give feedback.
-
@Jokerboozp actually I am working on the similar task to run Edgex 3.1 on K3S. The repo is at https://github.com/tuxiot/edgex-k3s. Would be great if you can share your experiences. |
Beta Was this translation helpful? Give feedback.
-
Deployment Environment:
EdgeX 3.1 + k3s
Problem:
When I deploy the core-metadata service using k3s, I encounter the following error:
level=ERROR ts=2024-05-08T06:55:55.303982233Z app=core-data source=httpserver.go:163 msg="Web server failed: listen tcp 10.43.221.201:59880: bind: cannot assign requested address". Additionally, the Consul service is unable to check the health status of core-metadata. However, when I run kubectl get svc -A, it appears that all services are running correctly.
Ignoring this issue and proceeding with the deployment of core-data and core-command results in similar errors. Furthermore, when deploying edgex-ui-go, it fails to recognize any of the services I have deployed.
Attached is my k3s YAML file. Could you please assist me with this issue? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions