-
Notifications
You must be signed in to change notification settings - Fork 716
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
ETCD cluster install failed :- Error: failed to fetch endpoints from etcd cluster member list: context deadline exceeded #2651
Comments
hi, the setup steps work and are used by kubeadm HA users.
this looks like one of the etcd members is not running. please try getting on the support channels (see links from the bot below). /support |
Hello, @sanjaz10 🤖 👋 You seem to have troubles using Kubernetes and kubeadm. Please see: |
Hi @neolit123 .Thanks for the reply .i tried with kubeadm with Stacked etcd .its working . |
we have etcd HA e2e tests so it must be something that you missed in the steps. also to your question why we don't give support here...it's not that we don't want to, it's just that we don't have time. |
Hi @neolit123 . already posted slack channel ..seems no one having answer .that's why i post here. |
Issue sorted . kubernetes/website#31674 |
What happened?
I tried to Set up a High Availability etcd Cluster with kubeadm.
I followed the official guide https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
after all the steps execute when i check cluster health its giving below error message
[root@etcd-01 ~]# docker run --rm -it \
What you expected to happen?
as per the official guide etcd cluster should be healthy state.
How to reproduce it (as minimally and precisely as possible)?
You can follow the official guide with https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
Anything else we need to know?
Versions
kubeadm version (use
v1.23.3
):Environment:
v1.23.3
):Master Nodes -03
Worker Nodes -03
etcd -03
HA load balancer -01
Digital Ocean cloud
all instance - 4 HB Ram ,2 CPU ,80 GB disk
CentOS 8
[root@etcd-01 ~]# cat /etc/os-release
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
uname -a
):[root@etcd-01 ~]# uname -a
Linux etcd-01 4.18.0-277.el8.x86_64 #1 SMP Wed Feb 3 20:35:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Container runtime (CRI) (e.g. containerd, cri-o):
Docker
Container networking plugin (CNI) (e.g. Calico, Cilium):
wavenet
Others:
The text was updated successfully, but these errors were encountered: