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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org