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? [ Full content available at: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/293 ] This message was relayed via gitbox.apache.org for [email protected]
