bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.97k stars 9.2k forks source link

getaddrinfo ENOTFOUND mongodb-0.mongodb-headless.prod.svc.cluster.local #8098

Closed amleshk66 closed 2 years ago

amleshk66 commented 2 years ago

I have installed Bitnami/Mongo DB MongoDB shell version v4.4.10.

while accessing the DB outside through LB, I am getting getaddrinfo ENOTFOUND mongodb-0.mongodb-headless.prod.svc.cluster.local this issues and also when doing migration through compass after 70-80% its giving conenction timeout error.

Please suggest it's bit urget. Any suggestions would be greate help.

carrodher commented 2 years ago

When installing the Helm chart there are some notes shown in the console, in those notes you can see the connection instruction depending on the values you used for installing the chart. You can get those notes at any time by running

$ helm get notes RELEASE_NAME -n NAMESPACE

The information appearing in that notes is based on the values used at install time via helm install --set foo or via modifying the values.yaml and installing the chart with helm install -f values.yaml. If you didn't perform any other manual modification that can affect the way the chart is accessed, you should be able to connect to the containers from inside or outside the cluster (depending on the configuration you used).

github-actions[bot] commented 2 years ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 2 years ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.