dgrove-oss opened a new pull request #150: fix Travis CI regression introduced in 84f6e38d URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/150 Only use `minikube ip` to get WSK_HOST when `kubectl describe nodes` returns "minikube" as the hostname. When running with the none driver (like in travis CI), minikube ip returns local host, which works for the wsk CLI externally, but not for the wsk CLI when invoked from a Job running within minikube. Regression was not detected during PR testing because the fix of 63f96636 to check error conditions in the job's init.sh has not been merged to master when 84f6e38d was tested.
---------------------------------------------------------------- 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
