Closed sinawic closed 3 months ago
The issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a specific scenario that is not easy to reproduce on our side.
If you think that's not the case and are 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.
Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.
With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.
hey thanks for the response in my use case for now i won't really need to add instances to my cluster since there won't be that much load on it (used for rabbitmq for peer discovery)
but i just wanted to give it a test and see how scaling works and i got this error. i have seen a familiar error on etcd itself and i think as u mentioned it is some error related to etcd itself and not bitnami package.
anyways i would be glad if it could be fixed. but not forced task for my own use case. thanks
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.
Name and Version
bitnami/etcd:3.5.14
What architecture are you using?
amd64
What steps will reproduce the bug?
I have the following
docker-compose.yml
file:initially, I start my etcd cluster and everything worked as expected then if I try to add a new instance add the following to the
docker-compose.yml
file:the new instance won't just join the existing cluster and I get the following error in the logs:
am I doing anything wrong? i searched and couldn't find anything to fix my issue on the internet and the repo readme doesn't really provide much docs about adding new instances to existing etcd cluster.
Thanks in advance
What is the expected behavior?
adding a new instance to the existing etcd cluster, the new instance should join the cluster and be detected by other instances also
What do you see instead?
new instance falls into a restarting loop exiting with the following error:
I just can't understand this section:
etcd-endpoints://0xc000018000/127.0.0.1:2379
what kinda url is that and how and by who is it created