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
   ```
   
   
![深度截图_选择区域_20191011203025](https://user-images.githubusercontent.com/2173239/66651627-14206f00-ec66-11e9-985c-30f9e3de5551.png)
   
   

----------------------------------------------------------------
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

Reply via email to