dgrove-oss commented on issue #105: invoker-0 stuck in CrashLoopBackOff loop probably due to issues creating a kafka topic URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/105#issuecomment-349792703 I was working through updating the README to suggest using minikube and I reproduced this problem. I had forgotten the very important step of whacking the docker network to be promiscuous so that loopback services will work. If you are using minikube, then do: ``` minikube ssh % sudo ip link set docker0 promisc on ``` Thanks to @timboldt for reporting how to get minikube working back in November.... (https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1509574184000226)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
