Replies: 5 comments
-
|
We are affected by this as well. |
Beta Was this translation helpful? Give feedback.
-
|
@yogeek @al-ti are you depending on As we already announced in https://etcd.io/blog/2025/announcing-etcd-3.6/#v3discovery, |
Beta Was this translation helpful? Give feedback.
-
|
Yes we do, because it was really useful to have a public endpoint to create a cluster from scratch and to avoid the chicken-egg issue you get when you need an etcd cluster to manager etcd clusters. Anyway, even if the discovery mechanism changed, is it normal that discovery.etcd.io is down ? On the doc it says that it is not going to be maintained but does it mean it has been shut down for good ? |
Beta Was this translation helpful? Give feedback.
-
There is no chicken-egg issue. You just need to deploy a separate etcd cluster as the discovery service to bootstrap other etcd clusters. Essentially Nobody maintains |
Beta Was this translation helpful? Give feedback.
-
|
Maybe chicken-egg issue was not the right term but what I meant is that as we deploy everything with infra as code (with terraform), we should decide where to deploy this first etcd and its lifecycle as a new infra component (manage dependency with the others clusters, include it in the Disaster Recovery plan, etc.). As a new infra component, it is not just "deploy a separate etcd cluster". And that's why the publix discovery service was really useful, to avoid maintaining this little piece of infra, needed to deploy the whole platform. What is unclear in the communication is that :
Thanks for your help |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report criteria
What happened?
We rely heavily on "discovery.etcd.io" to manage our ETCD clusters with terraform and the site seems down currently so we cannot deploy new clusters anymore.
What did you expect to happen?
discovery.etcd.io available at any time
How can we reproduce it (as minimally and precisely as possible)?
go to discovery.etcd.io : "503 Service Temporarily Unavailable"
Anything else we need to know?
I find a few things related :
discovery.etcd.iodiscovery.etcd.io#82but it does not give a clear status about the future of the site.
Etcd version (please run commands below)
3.5.24
Etcd configuration (command line flags or environment variables)
No response
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions