-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/mongodb] Problem with externalAccess and replicaset both enabled (slice index out of range) #26423
Comments
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
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. |
I have this problem too I fixed it with: externalAccess:
enabled: true
service:
type: LoadBalancer
annotations:
service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
loadBalancerIPs:
- "10.98.3.51"
- "10.98.3.52"
annotationsList:
- external-dns.alpha.kubernetes.io/hostname: ks01mongodb.sales.crm
- external-dns.alpha.kubernetes.io/hostname: ks01mongodb.sales.crm but, that's a patch, not a fix. |
Thank you for sharing the information regarding how you fixed the issue. As @carrodher mentioned above, would you like to contribute to this project? The team will review the changes and the whole community will benefit of the the update. |
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. |
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. |
Any updates on this one? |
|
Name and Version
bitnami/mongodb 15.6.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Deploying a Mongodb cluster with 3 replicasets and externalAccess enabled:
Are you using any custom parameters or values?
values.yaml :
What is the expected behavior?
Deployment running without error
What do you see instead?
Additional information
The issue has occurred since version 15.3.0 (#25397).
I can workaround the issue by adding these lines to the values.yaml :
The text was updated successfully, but these errors were encountered: