Hi Daniel Lavine,

Because there is no log if I run "TRAVIS_KUBE_VERSION=v1.5.6 ./build.sh" , I 
think the container run a moment and exit.
so I try two methods :


methods 1:
To run "docker run danlavine/whisk_config:v1.5.6 
/incubator-openwhisk-deploy-kube/configure/configure.sh".
The log shows that the cli kubectl does not run successfully.  
Log :"The connection to the server localhost:8080 was refused - did you specify 
the right host or port?"


methods 2:
$docker run -itd danlavine/whisk_config:v1.5.6 /bin/bash
$docker attach cdce945572f3(danlavine/whisk_config:v1.5.6)
enter the container and run cli "kubectl get po", the error is the same as the 
method 1


  root@cdce945572f3:/# kubectl get po
  The connection to the server localhost:8080 was refused - did you specify the 
right host or port?


the CLI kubectl does not run correctly in the container not in the localhost 
kernel.


Question:
1. If I build the kube environment in the image(danlavine/whisk_config:v1.5.6) 
, Should the error be fixed ?
2. Is the couchdb configured in the container or in the localhost kernel, or 
both are ok ?


-----原始邮件-----
发件人:"Daniel Lavine" <[email protected]>
发送时间:2017-06-23 00:12:21 (星期五)
收件人: "张海勇" <[email protected]>
抄送: [email protected]
主题: Re: issue about Image danlavine/whisk_config:v1.5.6



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

张海勇 ---06/22/2017 07:36:07 AM---Hi Daniel Lavine, I am a learner about 
deploying openwhisk on kubernetes, when I run the script

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



Reply via email to