You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also did this with version=3.3.3 with same issue.
Anything else we need to know:
I tried on two machines, both of which were running Ubuntu 20.04. Between the two machines, I verified that this worked with all of minikube, kind and k3s.
The text was updated successfully, but these errors were encountered:
Describe the bug
The cluster setup wizard does not work in microk8s, while it does work in k3s, kind, and minikube.
The setup command is
executed on one of the nodes within k8s, as per the chart's Note.
Version of Helm and Kubernetes:
Helm v3.6.3
Kubernetes v1.21.11 (via microk8s)
What happened:
What you expected to happen:
Successful completion of setup wizard, creation of
_users
and_replication
table, etcHow to reproduce it (as minimally and precisely as possible):
Install microk8s
sudo snap install microk8s --classic --channel=1.21
(you may need more to get kubectl working)Activate addons for microk8s;
dns
andstorage
are required for this config,traefik
andrbac
are also installed for replicationInstall CouchDB helm chart
kubectl create secret generic cluster-couchdb --from-literal=adminUsername=admin --from-literal=adminPassword=dbpass --from-literal=cookieAuthSecret=dbcookiepass --from-literal=erlangCookie=monster
helm install my-release couchdb/couchdb --set couchdbConfig.couchdb.uuid=$(curl https://www.uuidgenerator.net/api/version4 2>/dev/null | tr -d -) --version 3.6.1 -f ./values.yaml
with values.yaml like:
I also did this with version=3.3.3 with same issue.
Anything else we need to know:
I tried on two machines, both of which were running Ubuntu 20.04. Between the two machines, I verified that this worked with all of minikube, kind and k3s.
The text was updated successfully, but these errors were encountered: