hunhoffe commented on code in PR #729: URL: https://github.com/apache/openwhisk-deploy-kube/pull/729#discussion_r920066240
########## tools/travis/deploy-chart.sh: ########## @@ -216,12 +216,17 @@ if [ "${OW_LEAN_MODE:-false}" == "false" ]; then # Wait for the controller to confirm that it has at least one healthy invoker verifyHealthyInvoker + # Wait for scheduler to be up + statefulsetHealthCheck "ow4travis-scheduler" Review Comment: Is there are an additional, more rigorous check to do than just this? e.g., something analogous to the invoker health check but for the scheduler. -- 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-unsubscr...@openwhisk.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org