Xnyle opened a new issue, #756:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/756

   Openwhisk doesn't start up for me, the only relevant thing i had to change 
was :
   
   k8s:
     domain: k8s
   
   Now different pods (for instance controller) init container wait for 
zookeeper but cannot resolve the pod name via Kube DNS.
   
   waiting for zookeeper to be ready
   nc: bad address 'openwhisk-zookeeper-0.openwhisk-zookeeper.openwhisk.svc.k8s'
   
   Additional Info:
   The openwhisk-zookeeper Service did not get a ClusterIP (None)
   I can resolve openwhisk-redis.openwhisk.svc.k8s which has a ClusterIP
   But I can not resolve any other Pod (for instance 
openwhisk-redis-84786f9c6-kq5v9o.openwhisk-redis.openwhisk.svc.k8) using the 
schema the init container uses.
   
   Environment is a Vanilla Kubernetes 1.24 Cluster having the internal domain 
set to k8s
   
   I'm not sure what's the problem here, is 
openwhisk-zookeeper-0.openwhisk-zookeeper.openwhisk.svc.k8s already the wrong 
host to be queried or should it work that way?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to