-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Issue with k8s.io/docs/admin/high-availability/ #6295
Comments
@kumarganesh2814 👋 This issue sounds more like a request for support and less like an issue specifically for docs. You can bring your question to the If after seeking support you discover an issue with documentation, please feel free to reopen this issue. |
|
I see this error from logs of etcd pods any advise for this error I put this into slack but no reply also dont see concreate answer to this issue anywhere Best Regards |
@kumarganesh2814 It looks like your second etcd instance failed to start or respond. You may want to try etcd documentation or fourm. |
@tengqm I rebooted my VM and now I see state as below
|
Error for kube-dns |
All Issues are resolved now I am running with 2 etcd-server but I see error like
|
This is a...
Problem:
Followed the steps from https://kubernetes.io/docs/admin/high-availability/
Was able to see 2 Container etcd-server came up
While running cluster health command from Master Node-1/2
kubectl exec etcd-server-kuber-poc-app1 etcdctl cluster-health
member 8e9e05c52164694d is healthy: got healthy result from http://127.0.0.1:2379
cluster is healthy
But From Master Node 1/2 see this error
kubectl exec etcd-server-kuber-poc-app2 etcdctl cluster-health
Error: client: etcd cluster is unavailable or misconfigured
error #0: client: endpoint http://127.0.0.1:4001 exceeded header timeout
error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused
cluster may be unhealthy: failed to list members
Please advise on this error
Proposed Solution:
Page to Update:
http://kubernetes.io/...
kubectl version
Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.0", GitCommit:"d3ada0119e776222f11ec7945e6d860061339aad", GitTreeState:"clean", BuildDate:"2017-06-29T23:15:59Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.2", GitCommit:"bdaeafa71f6c7c04636251031f93464384d54963", GitTreeState:"clean", BuildDate:"2017-10-24T19:38:10Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.1", GitCommit:"f38e43b221d08850172a9a4ea785a86a3ffa3b3a", GitTreeState:"clean", BuildDate:"2017-10-11T23:16:41Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Docker Version 17.10.0-ce
Kubernates Version v1.8.1
CentOS Version CentOS Linux release 7.4.1708 (Core)
The text was updated successfully, but these errors were encountered: