Replies: 1 comment 3 replies
-
Hey @CharesLee - I wasn't able to reproduce this, the steps I followed were: # First deploy
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install etcd bitnami/etcd --version 8.5.11 -f values.yaml
# Wait for pod to become ready
# Check etcdctl member list to confirm etcd running
kubectl exec -it etcd-0 etcdctl member list
# Delete the successfully running pod
kubectl delete po etcd-0
# Confirm new pod runs successfully
kubectl get po
kubectl exec -it etcd-0 etcdctl member list I used the exact Note I did use kubernetes version 1.26 as 1.23 is no longer supported. If you are still having issues after upgrading to a supported kubernetes release and the latest etcd 3.5.x patch version then please provide precise steps we can use to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
etcd not runing
What did you expect to happen?
etcd running
How can we reproduce it (as minimally and precisely as possible)?
Please look at bitnami/charts#16585
Anything else we need to know?
No response
Etcd version (please run commands below)
bitnami/etcd 8.5.11
etcd 3.5.6
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions