From dee6b9d875b7662f9b9dd5173b340aab1e97dbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Mon, 10 Apr 2023 13:08:47 +0200 Subject: [PATCH] [zh-cn] Replace k8s.gcr.io with registry.k8s.io in blog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md b/content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md index 0cdf5f62d95da..e45fa9a6d60d6 100644 --- a/content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md +++ b/content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md @@ -225,8 +225,8 @@ Here are some of the images we built - `gcr.io/kubernetes-e2e-test-images/volume/iscsi:2.0` - `gcr.io/kubernetes-e2e-test-images/volume/nfs:1.0` - `gcr.io/kubernetes-e2e-test-images/volume/rbd:1.0.1` -- `k8s.gcr.io/etcd:3.3.15` -- `k8s.gcr.io/pause:3.1` +- `registry.k8s.io/etcd:3.3.15` (镜像自发布以来已更改(以前使用的仓库为 "k8s.gcr.io")) +- `registry.k8s.io/pause:3.1` (镜像自发布以来已更改(以前使用的仓库为 "k8s.gcr.io"))