You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/02/09 18:34:12 UTC

[GitHub] [tomcat] bohmber opened a new pull request #238: Improved DNSMembershipProvider configuration option 2

bohmber opened a new pull request #238: Improved DNSMembershipProvider configuration option 2
URL: https://github.com/apache/tomcat/pull/238
 
 
   DNSMembershipProvider configuration is little bit limited/broken with the KUBERNETES_NAMESPACE 
   and OPENSHIFT_KUBE_PING_NAMESPACE environment variables. 
   In Openshift the KUBERNETES_NAMESPACE is the Openshift project name. 
   If you want override it with the OPENSHIFT_KUBE_PING_NAMESPACE variable this is not possible because the order of the resolution is KUBERNETES_NAMESPACE and then OPENSHIFT_KUBE_PING_NAMESPACE. 
   Nobody will override the KUBERNETES_NAMESPACE with a different value because this is weired. 
   Second KUBE_PING is a name for the kubernetes ping discovery for jgroups. 
   I see two options to improve the configuration of the DNSMembershiftProvide. 
   - Change the order of the resolution first look at OPENSHIFT_KUBE_PING_NAMESPACE and then KUBERNETES_NAMESPACE(this is not backwards compatible) 
   - Add a new env variables like DNS_MEMBERSHIP_SERVICE_NAME 

----------------------------------------------------------------
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] rmaucher commented on issue #238: Improved DNSMembershipProvider configuration code option 2

Posted by GitBox <gi...@apache.org>.
rmaucher commented on issue #238: Improved DNSMembershipProvider configuration code option 2
URL: https://github.com/apache/tomcat/pull/238#issuecomment-584099541
 
 
   Merged with #237 

----------------------------------------------------------------
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] rmaucher closed pull request #238: Improved DNSMembershipProvider configuration code option 2

Posted by GitBox <gi...@apache.org>.
rmaucher closed pull request #238: Improved DNSMembershipProvider configuration code option 2
URL: https://github.com/apache/tomcat/pull/238
 
 
   

----------------------------------------------------------------
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org