oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

Set environment variable for obagent to overwrite host ip config #605

Closed chris-sun-star closed 2 weeks ago

chris-sun-star commented 2 weeks ago

Summary

Set environment variable for obagent to overwrite host ip config

  1. set HOST_IP to 127.0.0.1 when cluster mode is standalone
  2. set HOST_IP to service address when cluster mode is service

Solution Description