Skip to content
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

Instruction errors in Run etcd clusters inside containers #271

Open
Yiyiyimu opened this issue May 6, 2021 · 1 comment
Open

Instruction errors in Run etcd clusters inside containers #271

Yiyiyimu opened this issue May 6, 2021 · 1 comment
Labels
bug Something isn't working contribfest Issues for Contribfest workshop happening during KubeCon

Comments

@Yiyiyimu
Copy link
Contributor

Yiyiyimu commented May 6, 2021

In https://etcd.io/docs/v3.4/op-guide/container/#running-a-3-node-etcd-cluster-1

  1. latest tag of gcr.io/etcd-development/etcd is 3.3.12 and quay.io even more outdated that uploaded three years ago. I guess the authority is on your side so if would be great if you could update the latest tag to the correct version. Ref: gcloud and quay
  2. all three etcd nodes in docker have the same name etcd so the cluster could not be built. Might change to name to ${THIS_NAME}
docker run \
  -p 2379:2379 \
  -p 2380:2380 \
  --volume=${DATA_DIR}:/etcd-data \
  --name etcd ${REGISTRY}:${ETCD_VERSION} \
...
  1. use detached mode when docker run, or the rest commands could not be accessed.
@patrocinio
Copy link

The same issue applies to the "Running a single node etcd" section in v3.5 documentation

@jmhbnz jmhbnz added contribfest Issues for Contribfest workshop happening during KubeCon bug Something isn't working labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working contribfest Issues for Contribfest workshop happening during KubeCon
Projects
None yet
Development

No branches or pull requests

3 participants