Skip to content

Commit 3196897

Browse files
authored
[zh-cn] Replace k8s.gcr.io with registry.k8s.io in blog (#40589)
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent e9c17fb commit 3196897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Here are some of the images we built
225225
- `gcr.io/kubernetes-e2e-test-images/volume/iscsi:2.0`
226226
- `gcr.io/kubernetes-e2e-test-images/volume/nfs:1.0`
227227
- `gcr.io/kubernetes-e2e-test-images/volume/rbd:1.0.1`
228-
- `k8s.gcr.io/etcd:3.3.15`
229-
- `k8s.gcr.io/pause:3.1`
228+
- `registry.k8s.io/etcd:3.3.15` (镜像自发布以来已更改(以前使用的仓库为 "k8s.gcr.io"))
229+
- `registry.k8s.io/pause:3.1` (镜像自发布以来已更改(以前使用的仓库为 "k8s.gcr.io"))
230230

231231
<!--
232232
Finally, we ran the tests and got the test result, include `e2e.log`, which showed that all test cases passed. Additionally, we submitted our test result to [k8s-conformance](https://github.com/cncf/k8s-conformance) as a [pull request](https://github.com/cncf/k8s-conformance/pull/779).

0 commit comments

Comments
 (0)