openwhisk-devtools
openwhisk-devtools copied to clipboard
waiting for the Whisk invoker to come up ... seems to be going on forever
I encounter the problem as well. Any solution to this? 👀
I have the same problem, any possible fixes?
In Makefile, on line 101, remove --head
flag.
Before: until $$(curl -s --output /dev/null --silent --head --fail http://$(DOCKER_HOST_IP):8085/ping); do printf '.'; sleep 5; done
After: until $$(curl -s --output /dev/null --silent --fail http://$(DOCKER_HOST_IP):8085/ping); do printf '.'; sleep 5; done
我有同样的问题,有什么可能的解决方法吗?
你解决了吗
You should check the invoker logs for clues. There's nothing here in this issue to help.