Pods are not getting into ready state with Error in process <0.275.0> on node #3229
-
DescriptionI installed a couchdb instance on my Kubernetes cluster and used this platform to backup the volumes and the workload manifests that well.
Complete pod logs can be found here Steps to ReproduceExpected BehaviourI should get all the couchdb pods up and running. Your Environmentthis is the helm release that we installed
Additional Context
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Have you looked at the CouchDB Helm Chart? https://github.com/apache/couchdb-helm |
Beta Was this translation helpful? Give feedback.
-
Hey @wohali, |
Beta Was this translation helpful? Give feedback.
-
The restored node names suggest a different FQDN to the original install ( If you perform a full volume restore of a Helm-chart deployed cluster like this you'll need to make sure the restored cluster has the same name and namespace as the original. |
Beta Was this translation helpful? Give feedback.
The restored node names suggest a different FQDN to the original install (
couchdb@my-release-couchdb-0.my-release-couchdb.justcouch-restored.cluster.local
vscouchdb@my-release-couchdb-0.my-release-couchdb.justcouch.svc.cluster.local
). From the logs, that looks to be breaking the seedlist (see/opt/couchdb/etc/default.d/seedlist.ini
as the node names that the cluster expects are not reachable).If you perform a full volume restore of a Helm-chart deployed cluster like this you'll need to make sure the restored cluster has the same name and namespace as the original.