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`.

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/298 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to