Move from k8s.gcr.io to registry.k8s.io
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ metadata:
|
||||
name: testpod
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/busybox
|
||||
- image: registry.k8s.io/busybox
|
||||
`,
|
||||
false,
|
||||
},
|
||||
@@ -69,7 +69,7 @@ spec:
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"image": "k8s.gcr.io/busybox"
|
||||
"image": "registry.k8s.io/busybox"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -85,7 +85,7 @@ kind: Pod
|
||||
metadata:
|
||||
name: testpod
|
||||
spec:
|
||||
- image: k8s.gcr.io/busybox
|
||||
- image: registry.k8s.io/busybox
|
||||
`,
|
||||
true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user