Skip to content
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/etcd] there are 6 members when replica is 3 #31922

Open
liujin1993 opened this issue Feb 14, 2025 · 0 comments
Open

[bitnami/etcd] there are 6 members when replica is 3 #31922

liujin1993 opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
etcd in-progress tech-issues The user has a technical issue about an application

Comments

@liujin1993
Copy link

liujin1993 commented Feb 14, 2025

Name and Version

bitnami/etcd 7.x~11.x

What architecture are you using?

None

What steps will reproduce the bug?

helm install etcd oci://registry-1.docker.io/bitnamicharts/etcd -f myvalues.yaml

Are you using any custom parameters or values?

replicaCount: 3

persistence:
  enabled: false

What is the expected behavior?

3 members in etcd cluster

What do you see instead?

Image

When I excute etcdctl endpoint status --cluster --write-out=table in pod, there are six members in etcd cluster. Three of them are services, each randomly pointing to different pods(when point to etcd-2, it becomes leader)

Additional information

It is associated with ETCD_ADVERTISE_CLIENT_URLS(7fb8d7e), which contains service.

Image

I feel this situation is prone to misunderstandings.

@liujin1993 liujin1993 added the tech-issues The user has a technical issue about an application label Feb 14, 2025
@github-actions github-actions bot added the triage Triage is needed label Feb 14, 2025
@github-actions github-actions bot assigned fmulero and unassigned javsalgar Feb 14, 2025
@github-actions github-actions bot removed the triage Triage is needed label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
etcd in-progress tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

3 participants