Couchdb pods perpetually crashing under OpenShift
- Dominant language
- Mustache
- Stars
- 55
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Couchdb pods are continuously crashing under OpenShift.
**Version of Helm and Kubernetes**:
Helm
$ helm version
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
OpenShift
$ oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://127.0.0.1:8443
kubernetes v1.11.0+d4cacc0
**What happened**:
Deployed the couchdb helm chart, and the pods are continually crashing.
Deployment commands:
helm repo add couchdb https://apache.github.io/couchdb-helm
helm install --name acumos-couchdb --namespace acumos \
--set service.type=NodePort --set allowAdminParty=true couchdb/couchdb
**What you expected to happen**:
Couchdb pods should become ready. This happens as expected under generic kubernetes.
**How to reproduce it** (as minimally and precisely as possible):
1) Install OpenShift Origin 3.11
2) Setup other cluster/namespace prerequisites, e.g. create the namespace as used in the example above.
3) Install the CouchDB helm chart, as above
**Anything else we need to know**:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.