Hey Zhanghaiyong, For theses types of issues, I would open up an issue against the github repo directly so that it can be better addressed by the people who know most about that code base. Also, we would be able to integrate any code changes that might need to happen. That being said, I would take a look at these instructions https://github.com/apache/incubator-openwhisk-deploy-kube#configure-openwhisk . Whenever deploying Docker images --> Kubernetes Pods you should always be using the Kubernetes cli "kubectl", not Docker commands directly.
git repo: https://github.com/apache/incubator-openwhisk-deploy-kube/issues Thanks, Dan Lavine From: 张海勇 <[email protected]> To: [email protected] Cc: [email protected] Date: 06/22/2017 07:36 AM Subject: issue about Image danlavine/whisk_config:v1.5.6 Hi Daniel Lavine, I am a learner about deploying openwhisk on kubernetes, when I run the script $TRAVIS_KUBE_VERSION=v1.5.6 TRAVIS_ETCD_VERSION=v3.0.14 ./setup.sh $TRAVIS_KUBE_VERSION=v1.5.6 ./build.sh $kubectl -n openwhisk logs configure-openwhisk-xxxxx there is no log , then I download the image whisk_config:v1.5.6, and run $docker run danlavine/whisk_config:v1.5.6 /incubator-openwhisk-deploy-kube/configure/configure.sh and noted that the command kubectl did not run successfully, the log is as below: The connection to the server localhost:8080 was refused - did you specify the right host or port? so I think the kubernetes environments in the image (danlavine/whisk_config:v1.5.6) is not complete. need you to confirm , thanks ! Best regards, zhanghaiyong
