openyurtio / yurt-edgex-manager

yurt-edgex-manager is an operator for managing EdgeX lifecycle(including deploy, delete, update) in OpenYurt cluster.
Apache License 2.0
18 stars 24 forks source link

define Service -> ServerBindAddr to 0.0.0.0 #37

Closed beiwei30 closed 2 years ago

beiwei30 commented 2 years ago

Signed-off-by: Ian Luo ian.luo@gmail.com

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line: /kind bug /kind documentation /kind enhancement /kind good-first-issue /kind feature /kind question /kind design /sig ai /sig iot /sig network /sig storage

What this PR does / why we need it:

Specify SERVICE_SERVERBINDADDR to 0.0.0.0 in EdgeX's configmap for release Jakata, like what Hanoi.yaml does, otherwise, port-forward for EdgeX services will not work.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

other Note