This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 739
Option to update clientURL on etcd pods? #964
Comments
I don't catch the question. Can you clarify? Probably give examples? |
When you spin up an example etcd cluster, it gets created with a member list as follows:
I would like to change the clientURLs for each node to use a FQDN so that the cluster can be reached from outside the kubernetes infrastructure it resides in. |
@mcameron we will change the member URL to their FQDN instead of using the service name in the next release. |
This is already solved in #901 . It will be in next release. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Probably more user education than a bug: I would like to update the clientURL format used to start etcd on each pod with a fqdn so that etcdctl doesn't require hostfile modification to get to the service.
Please advise. MY_POD_NAME value does not accept periods in the name.
client: etcd cluster is unavailable or misconfigured; error #0: dial tcp: lookup etcd-green-shared-non-prod-0001 on 192.168.1.9:53: no such host ; error #1: dial tcp: lookup etcd-green-shared-non-prod-0002 on 192.168.1.9:53: no such host ; error #2: dial tcp: lookup etcd-green-shared-non-prod-0000 on 192.168.1.9:53: no such host
The text was updated successfully, but these errors were encountered: