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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
