-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
How to connect to one builtin Etcd cluster(TSL secured) owned by Kubernetes #13718
Comments
have searched many pages: I guess this is one TSL related problem? Help wanted! |
Please follow the template to provide all info (such as etcd version) when raising an issue. |
@ahrtr, this issue was not filed as bug and author used empty template. |
OK, got it, thanks @serathius . @leo-lao Please let us know what's the etcd version? Is there a proxy between the client and the etcd cluster? FYI. 13192 |
@ahrtr Hi, I have updated this issue, and hope this time enough information are provided. |
Your etcd version is 3.4.13, so it doesn't have the issue 13192. Your issue could be just a network issue. Please verify the connectivity firstly using tools something like openssl, telnet, curl, etc. The key point is to make sure the IP:Port is reachable. Also set the endponts as |
@ahrtr thanks for you kind answer. I tried |
Here I have one k8s cluster,
and I want to access data in its etcd cluster outside k8s cluster(like my local desktop)
reponse message:
So My question is, How can I get access to this remote ETCD cluster on my desktop?
—
registry.aliyuncs.com/k8sxio/etcd:3.4.13-0
I logged onto one specific VPN network(provided by our company), then tried to connect to remote etcd cluster.
I don't know if this is so called proxy.
The text was updated successfully, but these errors were encountered: