daisy-ycguo opened a new issue #298: svc.cluster.local doesn't work if a customized domain is set URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/298 I'm using multiple clusters environment where the domain name is set to `mycluster.local` when starting kube-dns. Then the deployment failed because services such as `zookeeper-0.zookeeper.openwhisk.svc.cluster.local` cannot be located. The correct name is `zookeeper-0.zookeeper.openwhisk.svc.mgrcluster.local`. The root reason is that `svc.cluster.local` is hard coded. A possible fix is to allow users to config the domain name in `values.yaml`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
