DanLavine commented on issue #21: issue about couchdb 
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/21#issuecomment-310402903
 
 
   @zhy989 That first issue looks like a timeout when trying to pull the docker 
images. 
   
   Also, it sounds like you are running `ansible-playbook -i environments/kube 
couchdb.yml` by hand which seems a bit odd. Everything should be configured via 
the `whisk_config` image when you run the command `kubectl apply -f 
configure/configure_whisk.yml` from the instructions in [configure 
openwhisk](https://github.com/apache/incubator-openwhisk-deploy-kube#configure-openwhisk).
   
   When you posted:
   ```
   kubectl get pods --all-namespaces -o wide --show-all
   NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
   kube-system kube-dns-2185667875-lqfhm 0/4 Pending 0 15h 
   openwhisk configure-openwhisk-n4917 0/1 Pending 0 1h 
   ```
   
   It looks like your Kubernetes environment is not able to stand up correctly 
since the KubeDNS pods should be running by default. Specifically 
`kube-dns-2185667875-lqfhm 0/4 Pending 0 15h`, those Pods are coming from 
Kubernetes and without them running, I think there is some other problem going 
on. Unfortunately this is now debugging Kubernetes and those errors might be 
outside my scope of knowledge. Luckily, if you ran `TRAVIS_KUBE_VERSION=v1.5.6 
TRAVIS_ETCD_VERSION=v3.0.14 ./setup.sh` then at the end of that output it 
should tell you the location for Kubernetes logs. I would start there to take a 
look at why Kube is not up and running successfully.
 
----------------------------------------------------------------
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

Reply via email to