Update k8s registry references

Signed-off-by: xin gu <418294249@qq.com>
This commit is contained in:
xin gu 2023-03-08 22:25:45 +08:00
parent debf778f75
commit a2d7d93d86
3 changed files with 4 additions and 4 deletions

View File

@ -7211,7 +7211,7 @@
"description": "Describe a container image",
"properties": {
"names": {
"description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"description": "Names by which this image is known. e.g. [\"registry.k8s.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"items": {
"type": "string"
},

View File

@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2
---
apiVersion: v1
kind: ReplicationController
@ -30,4 +30,4 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2

View File

@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2