Skip to content

Commit 4d70a36

Browse files
authored
emove the kyaml/openapi/kubernetesapi/v1_21_2/swagger.pb (#5077)
1 parent 2fdb356 commit 4d70a36

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

api/krusty/namereference_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
serviceAccountName: mySvcAcct
4343
containers:
4444
- name: whatever
45-
image: k8s.gcr.io/governmentCheese
45+
image: registry.k8s.io/governmentCheese
4646
`)
4747
th.WriteF("base/serviceAccount.yaml", `
4848
apiVersion: v1
@@ -61,7 +61,7 @@ spec:
6161
template:
6262
spec:
6363
containers:
64-
- image: k8s.gcr.io/governmentCheese
64+
- image: registry.k8s.io/governmentCheese
6565
name: whatever
6666
serviceAccountName: mySvcAcct
6767
---
@@ -80,7 +80,7 @@ spec:
8080
template:
8181
spec:
8282
containers:
83-
- image: k8s.gcr.io/governmentCheese
83+
- image: registry.k8s.io/governmentCheese
8484
name: whatever
8585
serviceAccountName: mySvcAcct-private
8686
---
@@ -115,7 +115,7 @@ commonLabels:
115115
app: external-dns
116116
instance: public
117117
images:
118-
- name: k8s.gcr.io/external-dns/external-dns
118+
- name: registry.k8s.io/external-dns/external-dns
119119
newName: xxx.azurecr.io/external-dns
120120
newTag: v0.7.4_sylr.1
121121
- name: quay.io/sylr/external-dns
@@ -153,7 +153,7 @@ commonLabels:
153153
app: external-dns
154154
instance: private
155155
images:
156-
- name: k8s.gcr.io/external-dns/external-dns
156+
- name: registry.k8s.io/external-dns/external-dns
157157
newName: xxx.azurecr.io/external-dns
158158
newTag: v0.7.4_sylr.1
159159
- name: quay.io/sylr/external-dns
@@ -192,7 +192,7 @@ commonLabels:
192192
app: external-dns
193193
instance: public
194194
images:
195-
- name: k8s.gcr.io/external-dns/external-dns
195+
- name: registry.k8s.io/external-dns/external-dns
196196
newName: quay.io/sylr/external-dns
197197
newTag: v0.7.4-73-g00a9a0c7
198198
secretGenerator:
@@ -243,7 +243,7 @@ spec:
243243
serviceAccountName: external-dns
244244
containers:
245245
- name: external-dns
246-
image: k8s.gcr.io/external-dns/external-dns
246+
image: registry.k8s.io/external-dns/external-dns
247247
args:
248248
- --domain-filter=""
249249
- --txt-owner-id=""

api/krusty/transformersarrays_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
spec:
3838
containers:
3939
- name: nginx
40-
image: k8s.gcr.io/nginx-slim:0.8
40+
image: registry.k8s.io/nginx-slim:0.8
4141
ports:
4242
- containerPort: 80
4343
name: web
@@ -62,7 +62,7 @@ spec:
6262
spec:
6363
containers:
6464
- name: nginx
65-
image: k8s.gcr.io/nginx-slim:0.8
65+
image: registry.k8s.io/nginx-slim:0.8
6666
ports:
6767
- containerPort: 80
6868
name: web
@@ -116,7 +116,7 @@ spec:
116116
notIn: arrays
117117
spec:
118118
containers:
119-
- image: k8s.gcr.io/nginx-slim:0.8
119+
- image: registry.k8s.io/nginx-slim:0.8
120120
name: nginx
121121
ports:
122122
- containerPort: 80
@@ -142,7 +142,7 @@ spec:
142142
notIn: arrays
143143
spec:
144144
containers:
145-
- image: k8s.gcr.io/nginx-slim:0.8
145+
- image: registry.k8s.io/nginx-slim:0.8
146146
name: nginx
147147
ports:
148148
- containerPort: 80

api/krusty/variableref_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ spec:
18481848
terminationGracePeriodSeconds: 10
18491849
containers:
18501850
- name: nginx
1851-
image: k8s.gcr.io/nginx-slim:0.8
1851+
image: registry.k8s.io/nginx-slim:0.8
18521852
ports:
18531853
- containerPort: 80
18541854
name: web
@@ -2123,7 +2123,7 @@ spec:
21232123
app: nginx
21242124
spec:
21252125
containers:
2126-
- image: k8s.gcr.io/nginx-slim:0.8
2126+
- image: registry.k8s.io/nginx-slim:0.8
21272127
name: nginx
21282128
ports:
21292129
- containerPort: 80

releasing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Fork and clone the [k8s.io] repo.
363363

364364
Checkout a new branch.
365365

366-
Edit file `k8s.gcr.io/images/k8s-staging-kustomize/images.yaml`
366+
Edit file `registry.k8s.io/images/k8s-staging-kustomize/images.yaml`
367367
to add the new kustomize version and the image sha256.
368368

369369
Image sha256 can be found in the image registry in the GCP

site/content/en/docs/Getting started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ See [GCR page] for available images.
5454
The following commands are how to pull and run kustomize {{<example-semver-version>}} docker image.
5555

5656
```bash
57-
docker pull k8s.gcr.io/kustomize/kustomize:{{< example-version >}}
58-
docker run k8s.gcr.io/kustomize/kustomize:{{< example-version >}} version
57+
docker pull registry.k8s.io/kustomize/kustomize:{{< example-version >}}
58+
docker run registry.k8s.io/kustomize/kustomize:{{< example-version >}} version
5959
```
6060

6161
## Go Source

0 commit comments

Comments
 (0)