You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/01/15 08:12:50 UTC

[GitHub] [incubator-doris] wkhappy1 opened a new issue #2770: doris可以支持fe和be不绑定死ip吗

wkhappy1 opened a new issue #2770: doris可以支持fe和be不绑定死ip吗
URL: https://github.com/apache/incubator-doris/issues/2770
 
 
   在k8s里面如果k8s里面的pod重启了,此pod对应的ip变了,但是hostname不变,能不能不绑定死到ip,而是和hostname挂钩

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] EmmyMiao87 commented on issue #2770: Can Doris support fe and be without binding dead IP

Posted by GitBox <gi...@apache.org>.
EmmyMiao87 commented on issue #2770: Can Doris support fe and be without binding dead IP
URL: https://github.com/apache/incubator-doris/issues/2770#issuecomment-574546150
 
 
   If you deploy doris in K8S, the better way is use host network which ip is stable.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] liangyongz commented on issue #2770: Can Doris support fe and be without binding dead IP

Posted by GitBox <gi...@apache.org>.
liangyongz commented on issue #2770:
URL: https://github.com/apache/incubator-doris/issues/2770#issuecomment-1011866339


   You can try hostNetwork.
   spec:
         hostNetwork: true
         dnsPolicy: ClusterFirstWithHostNet
   
   https://github.com/liangyongz/doris-on-k8s


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org