You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/09 17:54:28 UTC

[GitHub] dgrove-oss commented on issue #311: controller and invoker pods are stuck in PodInitializing

dgrove-oss commented on issue #311: controller and invoker pods are stuck in PodInitializing
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/311#issuecomment-428288196
 
 
   It looks like the controller's `wait-for-couchdb` init_container is still running (not ready).  This is blocking the main controller pod (and thus the main invoker pod).
   
   Try `kubectl logs jobs/init-couch-db` to see what went wrong with the job that is supposed to initialize the couchDB instance.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services