Xnyle commented on issue #756:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/756#issuecomment-1316553815

   I guess the DNS record is correct should work but maybe it's because the 
pods readyness probe fails. The way zookepers probe is defined that would 
result in the following statement:
   
   bash -c echo ruok | nc -w 1 localhost 2181 | grep imok
   
   but how is that supposed to even work? the pipe is outside of bash -c and 
bash -c just returns an empty string, thus the response is not imok, thus grep 
fails.
   


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