Move from k8s.gcr.io to registry.k8s.io
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
2
hack/testdata/deployment-label-change1.yaml
vendored
2
hack/testdata/deployment-label-change1.yaml
vendored
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
2
hack/testdata/deployment-label-change2.yaml
vendored
2
hack/testdata/deployment-label-change2.yaml
vendored
@@ -17,6 +17,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
2
hack/testdata/deployment-label-change3.yaml
vendored
2
hack/testdata/deployment-label-change3.yaml
vendored
@@ -17,6 +17,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@@ -16,9 +16,9 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- name: perl
|
||||
image: k8s.gcr.io/perl
|
||||
image: registry.k8s.io/perl
|
||||
terminationGracePeriodSeconds: 0
|
||||
|
4
hack/testdata/deployment-multicontainer.yaml
vendored
4
hack/testdata/deployment-multicontainer.yaml
vendored
@@ -16,8 +16,8 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- name: perl
|
||||
image: k8s.gcr.io/perl
|
||||
image: registry.k8s.io/perl
|
||||
|
2
hack/testdata/deployment-revision1.yaml
vendored
2
hack/testdata/deployment-revision1.yaml
vendored
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
2
hack/testdata/deployment-revision2.yaml
vendored
2
hack/testdata/deployment-revision2.yaml
vendored
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
2
hack/testdata/filter/pod-apply-selector.yaml
vendored
2
hack/testdata/filter/pod-apply-selector.yaml
vendored
@@ -8,4 +8,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
2
hack/testdata/filter/pod-dont-apply.yaml
vendored
2
hack/testdata/filter/pod-dont-apply.yaml
vendored
@@ -8,4 +8,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
2
hack/testdata/multi-resource-1.yaml
vendored
2
hack/testdata/multi-resource-1.yaml
vendored
@@ -11,7 +11,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
|
6
hack/testdata/multi-resource-3.yaml
vendored
6
hack/testdata/multi-resource-3.yaml
vendored
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
@@ -17,7 +17,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
@@ -26,5 +26,5 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
||||
|
@@ -43,7 +43,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
2
hack/testdata/multi-resource-json.json
vendored
2
hack/testdata/multi-resource-json.json
vendored
@@ -41,7 +41,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
@@ -47,7 +47,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
2
hack/testdata/multi-resource-list.json
vendored
2
hack/testdata/multi-resource-list.json
vendored
@@ -45,7 +45,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
@@ -26,7 +26,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
@@ -60,7 +60,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
4
hack/testdata/multi-resource-rclist.json
vendored
4
hack/testdata/multi-resource-rclist.json
vendored
@@ -26,7 +26,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
@@ -60,7 +60,7 @@
|
||||
"spec":{
|
||||
"containers":[{
|
||||
"name": "mock-container",
|
||||
"image": "k8s.gcr.io/pause:3.7",
|
||||
"image": "registry.k8s.io/pause:3.7",
|
||||
"ports":[{
|
||||
"containerPort":9949,
|
||||
"protocol":"TCP"
|
||||
|
@@ -29,7 +29,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
ports:
|
||||
- containerPort: 9949
|
||||
protocol: TCP
|
||||
|
2
hack/testdata/multi-resource-yaml.yaml
vendored
2
hack/testdata/multi-resource-yaml.yaml
vendored
@@ -27,7 +27,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
ports:
|
||||
- containerPort: 9949
|
||||
protocol: TCP
|
||||
|
@@ -15,4 +15,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
|
@@ -14,5 +14,5 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
terminationMessagePolicy: null
|
||||
|
2
hack/testdata/pod-apply.yaml
vendored
2
hack/testdata/pod-apply.yaml
vendored
@@ -7,4 +7,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
2
hack/testdata/pod-changed.yaml
vendored
2
hack/testdata/pod-changed.yaml
vendored
@@ -7,4 +7,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.4
|
||||
image: registry.k8s.io/pause:3.4
|
||||
|
2
hack/testdata/pod-with-api-env.yaml
vendored
2
hack/testdata/pod-with-api-env.yaml
vendored
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-container
|
||||
image: k8s.gcr.io/busybox
|
||||
image: registry.k8s.io/busybox
|
||||
command: [ "/bin/sh", "-c", "env" ]
|
||||
env:
|
||||
- name: TEST_CMD_1
|
||||
|
2
hack/testdata/pod-with-large-name.yaml
vendored
2
hack/testdata/pod-with-large-name.yaml
vendored
@@ -8,5 +8,5 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-serve-hostname
|
||||
image: k8s.gcr.io/e2e-test-images/agnhost:2.32
|
||||
image: registry.k8s.io/e2e-test-images/agnhost:2.32
|
||||
command: ["/agnhost", "serve-hostname"]
|
||||
|
2
hack/testdata/pod-with-precision.json
vendored
2
hack/testdata/pod-with-precision.json
vendored
@@ -9,7 +9,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"name": "kubernetes-pause",
|
||||
"image": "k8s.gcr.io/pause:3.7"
|
||||
"image": "registry.k8s.io/pause:3.7"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never",
|
||||
|
2
hack/testdata/pod.yaml
vendored
2
hack/testdata/pod.yaml
vendored
@@ -7,4 +7,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
2
hack/testdata/prune/a.yaml
vendored
2
hack/testdata/prune/a.yaml
vendored
@@ -7,4 +7,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
2
hack/testdata/prune/b.yaml
vendored
2
hack/testdata/prune/b.yaml
vendored
@@ -8,4 +8,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@@ -16,6 +16,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
image: registry.k8s.io/nginx:1.7.9
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@@ -29,6 +29,6 @@ spec:
|
||||
namespaces: []
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:latest
|
||||
image: registry.k8s.io/pause:latest
|
||||
- name: app
|
||||
image: k8s.gcr.io/nginx:test-cmd
|
||||
image: registry.k8s.io/nginx:test-cmd
|
||||
|
2
hack/testdata/rollingupdate-daemonset.yaml
vendored
2
hack/testdata/rollingupdate-daemonset.yaml
vendored
@@ -29,4 +29,4 @@ spec:
|
||||
namespaces: []
|
||||
containers:
|
||||
- name: kubernetes-pause
|
||||
image: k8s.gcr.io/pause:2.0
|
||||
image: registry.k8s.io/pause:2.0
|
||||
|
@@ -20,7 +20,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx-slim:0.8
|
||||
image: registry.k8s.io/nginx-slim:0.8
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
- -c
|
||||
- 'while true; do sleep 1; done'
|
||||
- name: pause
|
||||
image: k8s.gcr.io/pause:2.0
|
||||
image: registry.k8s.io/pause:2.0
|
||||
ports:
|
||||
- containerPort: 81
|
||||
name: web-2
|
||||
|
2
hack/testdata/rollingupdate-statefulset.yaml
vendored
2
hack/testdata/rollingupdate-statefulset.yaml
vendored
@@ -20,7 +20,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx-slim:0.7
|
||||
image: registry.k8s.io/nginx-slim:0.7
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
|
2
hack/testdata/sorted-pods/sorted-pod1.yaml
vendored
2
hack/testdata/sorted-pods/sorted-pod1.yaml
vendored
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause2
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
2
hack/testdata/sorted-pods/sorted-pod2.yaml
vendored
2
hack/testdata/sorted-pods/sorted-pod2.yaml
vendored
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause1
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
resources:
|
||||
requests:
|
||||
memory: "1G"
|
||||
|
2
hack/testdata/sorted-pods/sorted-pod3.yaml
vendored
2
hack/testdata/sorted-pods/sorted-pod3.yaml
vendored
@@ -8,4 +8,4 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-pause3
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
image: registry.k8s.io/pause:3.7
|
||||
|
Reference in New Issue
Block a user