Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn] Replace k8s.gcr.io with registry.k8s.io in blog #40589

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/zh-cn/blog/_posts/2020-01-15-Kubernetes-on-MIPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Comment on lines +228 to +229
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this sentence from some other document. Can someone please check if it makes any sense in this context?

Copy link
Member

@mengjiao-liu mengjiao-liu Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. This sentence is a translation of English (image changed since publication - previously used registry "k8s.gcr.io")
/lgtm
Wait for #40585 to merge.


<!--
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).
Expand Down