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
Hi , I tried to use couchdb-docker-service to create a CouchDB v2 cluster but I'm facing an issue with the set-up of the cluster.
When I initially create the cluster with 2 replicas as you demonstrate in your example, it creates the cluster successfully and by inspecting each of the two containers I see that they have correctly set-up their /etc/hosts files with the correct information for all the IPs and Hostnames.
But when I scale the service for example to 6 then by inspecting each container I see that the setup of the /etc/hosts files are incorrect thus the Cluster is not set-up correctly.
I believe this issue is caused by the node module docker-discover-tasks.
Have you seen this issue before?
The text was updated successfully, but these errors were encountered:
Hi , I tried to use couchdb-docker-service to create a CouchDB v2 cluster but I'm facing an issue with the set-up of the cluster.
When I initially create the cluster with 2 replicas as you demonstrate in your example, it creates the cluster successfully and by inspecting each of the two containers I see that they have correctly set-up their /etc/hosts files with the correct information for all the IPs and Hostnames.
But when I scale the service for example to 6 then by inspecting each container I see that the setup of the /etc/hosts files are incorrect thus the Cluster is not set-up correctly.
I believe this issue is caused by the node module docker-discover-tasks.
Have you seen this issue before?
The text was updated successfully, but these errors were encountered: