Skip to content

Commit d437f01

Browse files
committed
[en] Replace k8s.gcr.io with registry.k8s.io in blogs
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 808a63e commit d437f01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Here are some of the images we built:
119119
- `gcr.io/kubernetes-e2e-test-images/volume/iscsi:2.0`
120120
- `gcr.io/kubernetes-e2e-test-images/volume/nfs:1.0`
121121
- `gcr.io/kubernetes-e2e-test-images/volume/rbd:1.0.1`
122-
- `k8s.gcr.io/etcd:3.3.15`
123-
- `k8s.gcr.io/pause:3.1`
122+
- `registry.k8s.io/etcd:3.3.15` (image changed since publication - previously used registry "k8s.gcr.io")
123+
- `registry.k8s.io/pause:3.1` (image changed since publication - previously used registry "k8s.gcr.io")
124124

125125
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).
126126

content/en/blog/_posts/2022-12-22-kubelet-credential-providers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ in `CredentialProviderResponse`. When the value is `Image`, the kubelet will onl
6969
match the image of the first request. When the value is `Registry`, the kubelet will use cached credentials for any subsequent image pulls
7070
destined for the same registry host but using different paths (for example, `gcr.io/foo/bar` and `gcr.io/bar/foo` refer to different images
7171
from the same registry). Lastly, when the value is `Global`, the kubelet will use returned credentials for all images that match against
72-
the plugin, including images that can map to different registry hosts (for example, gcr.io vs k8s.gcr.io). The `cacheKeyType` field is required by plugin
72+
the plugin, including images that can map to different registry hosts (for example, gcr.io vs registry.k8s.io (previously k8s.gcr.io)). The `cacheKeyType` field is required by plugin
7373
implementations.
7474

7575
```json

0 commit comments

Comments
 (0)