FreeOnePlus opened a new pull request, #16846: URL: https://github.com/apache/doris/pull/16846
# Proposed changes 1. add interface BUILD_TYPE, Values only one "k8s". e.g. ``` docker run -itd \ --name=fe-02 \ --env BUILD_TYPE="k8s" -p 8032:8030 \ -p 9032:9030 \ --network=doris-network \ --ip=172.20.80.4 \ freeoneplus/doris:1.2.2-fe-x86_64 ``` 2. add interface group FE_MASTER_IP & FE_MASTER_PORT & FE_CURRENT_IP & FE_CURRENT_PORT ``` docker run -itd \ --name=fe-02 \ --env FE_MASTER_IP="172.20.80.2" \ --env FE_MASTER_PORT=9010 \ --env FE_CURRENT_IP="172.20.80.4" \ --env FE_CURRENT_PORT=9010 \ -p 8032:8030 \ -p 9032:9030 \ --network=doris-network \ --ip=172.20.80.4 \ freeoneplus/doris:1.2.2-fe-x86_64 ``` ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org