From 91df71be5491623d5ece4e87d289adba7276aa0c Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 27 Apr 2023 17:59:52 +0530 Subject: [PATCH] correct etcd base image reference in the doc Signed-off-by: Humble Chirammal --- cluster/images/etcd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/etcd/README.md b/cluster/images/etcd/README.md index 4b98709f611..4e26caa06a6 100644 --- a/cluster/images/etcd/README.md +++ b/cluster/images/etcd/README.md @@ -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.