Closed sjfink closed 7 years ago
Should we add a step in the nginx role to check that is up after docker run for nginx?
All the other container roles have a step in their deploy.yml to wait/check that the container is and functional, for example Controller "wait until the Controller in this host is up and running"
In addition we could add a wait/check that wsk api is up (i.e. http get $edge/api/v1) before trying to use the wsk cli to install any package/action.
my bug was that an index was not created on my subjects database because cloudant returned a 202. pr #1597 fixes.
I just tried a fresh install on mac with master:head - works fine for me.
@csantanapr we could do that, however nginx usually starts up in msecs so it should not be a problem.
marking as high priority since they may affect many users on Mac.
Environment details:
Steps to reproduce the issue:
Fresh install of openwhisk on Mac as per instructions on github.
Provide the expected results and outputs:
Successful deployment
Provide the actual results and outputs: