dgrove-oss commented on issue #293: controller-0 failed to probe the readiness of couchdb URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/293#issuecomment-418758145 Thanks. From the couchdb logs, we can see that the attempt to access the `test_activations` table from the `wait-for-couchdb` initContainer of the controller is still failing. `[notice] 2018-09-05T01:52:58.906336Z couchdb@couchdb0 <0.14024.68> 72922521f8 couchdb.openwhisk.svc.cluster.local:5984 172.22.69.0 undefined GET /test_activations 404 ok 1 ` That's odd, since the `init-couch-db` logs show `test_activations` being created, so it really should be there. ` TASK [create test_activations with CouchDB] ************************************ Saturday 01 September 2018 04:52:37 +0000 (0:00:00.185) 0:00:11.492 **** ok: [ansible] ` This could happen if the initial couchdb pod crashed and was recreated by its deployment (since in the default config which is meant for dev/testing we don't use a persistent volume for couchdb). If you delete the chart and install it again, does the same thing happen?
---------------------------------------------------------------- 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
