gary0416 opened a new pull request #990: [Enhancement] support custom host by environment variables when running on docker(#989) URL: https://github.com/apache/incubator-dolphinscheduler/pull/990 #989 This can be resolved by setting DS_HOST_IP environment variables. If this env exists, just using it, otherwise get a local IP by Java api. And it is easier to use when running on kubernetes ``` env: - name: DS_HOST_IP valueFrom: fieldRef: fieldPath: status.podIP ``` 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
