Merge pull request #117644 from humblec/etcd-1

correct etcd base image reference in the doc
This commit is contained in:
Kubernetes Prow Robot 2023-04-27 07:22:17 -07:00 committed by GitHub
commit 926bb80f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ directory permissions and 0644 file permissions.
For `amd64`, official `etcd` and `etcdctl` binaries are downloaded from Github
to maintain official support. For other architectures, `etcd` is cross-compiled
from source. Arch-specific `busybox` images serve as base images.
from source. Arch-specific `debian` images serve as base images.
Windows images can be built on Linux nodes due to `docker buildx`, but they will
only be created and pushed when using the `all-push` make target.