Open nickbel7 opened 1 year ago
Looks like it's a repeat of https://github.com/etcd-io/etcd/issues/13606 but for quey repo.
I'd be also +1 to just remove the latest tag, it's generally misused and clearly still pointing to some ancient release created 6 years ago. Do you guys still have access to the coreos quay repo? Otherwise I can go and find some people that can clean the tags up internally.
If so, I would expect that the default etcd documentation does not prompt to use the latest tag (or state that this is not a good practice).
@nickbel7 you're browsing the documentation from etcd 2.3. Not sure we need to go and amend older release docs, the message at the top seems pretty clear to me.
you're browsing the documentation from etcd 2.3
@tjungblu You are right, I was aware of that. However, I didn't find the same page in earlier versions of the documentation.
In v3.5 for example, I noticed the installation process regarding Kubernetes is incomplete (https://etcd.io/docs/v3.5/install/).
As I understand, someone would have to go to the github releases page in order to see that gcr.io/etcd-development/etcd
is the primary container registry
you're browsing the documentation from etcd 2.3
@tjungblu You are right, I was aware of that. However, I didn't find the same page in earlier versions of the documentation. In v3.5 for example, I noticed the installation process regarding Kubernetes is incomplete (https://etcd.io/docs/v3.5/install/). As I understand, someone would have to go to the github releases page in order to see that
gcr.io/etcd-development/etcd
is the primary container registry
There is a feature request to address this. https://github.com/etcd-io/etcd/issues/15185 It looks like we can update the guide https://etcd.io/docs/v3.5/install/.
Hey @ahrtr, @serathius do we have permissions to be able to remove latest
from quay.io?
There was a comment on https://github.com/etcd-io/etcd/issues/13606, users are still running into confusion in relation to latest
. My vote would also go to just removing it so we can close out this issue and hopefully prevent some confusion.
Hey @ahrtr, @serathius do we have permissions to be able to remove latest from quay.io?
Yes, feel free to remove it.
What happened?
I tried to deploy an etcd cluster as a StatefulSet using the etcd image from the quay.io/coreos/etcd repository, using the 'latest' tag, as proposed in the following documentation (https://etcd.io/docs/v2.3/docker_guide/). The etcd version that I get in each pod is the v3.3.8 (neither 3.4 or 3.5) which is a older version of etcd.
Is this something that has been done on purpose because of the parallel maintenance of the 3.4 and 3.5 versions ? If so, I would expect that the default etcd documentation does not prompt to use the latest tag (or state that this is not a good practice).
What did you expect to happen?
I would expect that the newly created etcd pods would have the version tagged as 'latest' in the github releases page (https://github.com/etcd-io/etcd/releases).
How can we reproduce it (as minimally and precisely as possible)?
(Fast way) Docker
docker pull quay.io/coreos/etcd:latest
docker images
docker run <image_id>
2023-03-01 11:31:18.023271 I | etcdmain: etcd Version: 3.3.8
)Anything else we need to know?
No response
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output