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

Kubernetes example deploys defective etcd cluster #13

Open
pantaoran opened this issue Jul 8, 2019 · 1 comment
Open

Kubernetes example deploys defective etcd cluster #13

pantaoran opened this issue Jul 8, 2019 · 1 comment

Comments

@pantaoran
Copy link

The Kubernetes example conveniently glosses over the fact that the etcd-cluster.ymlconfig has zero resilience against failed nodes!
The file deploys 3 etcd pods which act as a cluster, which is great. But if I stop any of these pods on Kubernetes and then try to deploy them again, the cluster doesn't recognize them! They cannot join the cluster anymore, so the "scaling" is just a facade.

@HeshamAboElMagd
Copy link

I wanted to create a replicaset or deployment but for some reason , I can't manage to have the pods work well with the service... I don't know why using pods was for at the first place.. sometimes pods goes down by themselves as marked complete ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants