Closed alexchiri closed 4 months ago
My guess is that your custom cluster domain (I inferior from the logs) is causing problems. Did you set dns.clusterDomainSuffix
to your custom domain in the chart values?
@willholley That is correct, well spotted! I missed the wrong cluster domain in the log. Thank you! :bowing_man:
Describe the bug I am trying to deploy couchdb using the Helm chart 3.5.6 as described in its documentation. I am only passing the uuid in the values.yaml files. I tried using the allowPartyMode=true as documented in the helm chart docs, but removed it after the pods logs said this is not supported anymore. I am deploying using flux cd and its helm controller.
The pods end up in CrashLoopBackOff. The main reason I can pick-up from the logs is this:
Are there any extra steps required to get it to work?
Version of Helm and Kubernetes: Kubernetes 1.30.1 Helm 3