ShuLian1984 commented on issue #9847:
URL: https://github.com/apache/apisix/issues/9847#issuecomment-1644895964
> @ShuLian1984 Can you confirm that when you are not able to access the
route, the routes are present in your etcd? You can use etcdctl to GET the keys
to figure out.
I can read data through the etcd manager tool, or admin api.
etcd image from `bitnami/etcd:latest`, I just re labeled tags based on the
specific version.but I can't find it again. current image `bitnami/etcd:latest`
is 3.5.9-5, no `3.5.9-2`
|IMAGE|IMAGE ID|
|-|-|
|`apache/apisix:3.3.0`|`f63abe934218`|
|`apache/apisix-dashboard;latest`|`2f0aed4002d7`|
|`bitnami/etcd:3.5.9-2`|`43329993da1d`|
docker history
```
IMAGE CREATED CREATED BY
SIZE COMMENT
43329993da1d 292 years ago crane flatten
sha256:502b3e350d39adaafe7dbd3… 144MB
[{"created":"2023-05-12T00:10:11.513452739Z","comment":"from Bitnami with
love"},{"created":"2023-05-22T10:23:43.221972322Z","created_by":"ARG
TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:43.221972322Z","created_by":"LABEL
org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye
org.opencontainers.image.created=2023-05-22T10:22:39Z
org.opencontainers.image.description=Application packaged by VMware, Inc
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.ref.name=3.5.9-debian-11-r5
org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware,
Inc.
org.opencontainers.image.version=3.5.9","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:43.221972322Z","created_by":"ENV
HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.d
ockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:43.221972322Z","created_by":"COPY
prebuildfs / #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:43.221972322Z","created_by":"SHELL
[/bin/bash -o pipefail
-c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:47.195163054Z","created_by":"RUN
|1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates
curl procps #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:48.271268991Z","created_by":"RUN
|1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/
\u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=(
\"yq-4.33.3-1-linux-${OS_ARCH}-debian-11\"
\"etcd-3.5.9-2-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for
COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\"
]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${
COMPONENT}.tar.gz\" -O ; curl -SsLf
\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\"
-O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\"
\u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami
--strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026
rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:50.864312287Z","created_by":"RUN
|1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y
curl ca-certificates \u0026\u0026 apt-get update \u0026\u0026 apt-get
upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf
/var/lib/apt/lists /var/cache/apt/archives #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:50.948231767Z","created_by":"RUN
|1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami #
buildkit","comment":"buildkit.dockerfile.v0"},{"create
d":"2023-05-22T10:23:50.982097118Z","created_by":"COPY rootfs / #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:51.077432534Z","created_by":"RUN
|1 TARGETARCH=amd64 /bin/bash -o pipefail -c
/opt/bitnami/scripts/etcd/postunpack.sh #
buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:51.077432534Z","created_by":"ENV
APP_VERSION=3.5.9 BITNAMI_APP_NAME=etcd ETCDCTL_API=3
PATH=/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:51.077432534Z","created_by":"EXPOSE
map[2379/tcp:{}
2380/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:51.112488339Z","created_by":"WORKDIR
/opt/bitnami/etcd","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-22T10:23:51.112488339Z","created_by":"USER
1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":
"2023-05-22T10:23:51.112488339Z","created_by":"ENTRYPOINT
[\"/opt/bitnami/scripts/etcd/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-22T10:23:51.112488339Z","created_by":"CMD
[\"/opt/bitnami/scripts/etcd/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]