You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/11/16 19:08:21 UTC

[GitHub] [openwhisk-deploy-kube] Xnyle commented on issue #756: No startup as zookeeper pods readiness probe failes

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

   Correct, but if i look at the actual deployment that gets installed it becomes
   
   ```
   - /bin/bash
   - '-c'
   - echo ruok ...
   ```
   
   So the " around the pipe is just yaml syntax, i guess the '-c' as well, so what actually gets executed is probably
   
   bash -c echo ruok | nc -w 1 localhost 2181 | grep imok
   
   And that can not work.
   
   I just don't understand, why nobody else seems to have that problem


-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org