Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#322 from vaibhav2107/registry-update
Browse files Browse the repository at this point in the history
Updated references from k8s.gcr.io to registry.k8s.io
  • Loading branch information
k8s-ci-robot authored Feb 22, 2023
2 parents eaaf1d2 + 0a67bc9 commit 2045935
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/test-manifests/hello/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
2 changes: 1 addition & 1 deletion cmd/test-manifests/hello/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/prune/prune_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/installation/kustomize/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ See [GCR page] for available images.

```bash
# pull the image
docker pull k8s.gcr.io/kustomize/kustomize:v5.0.0
docker pull registry.k8s.io/kustomize/kustomize:v5.0.0

# run 'kustomize version'
docker run k8s.gcr.io/kustomize/kustomize:v5.0.0 version
docker run registry.k8s.io/kustomize/kustomize:v5.0.0 version
```

[GCR page]: https://us.gcr.io/k8s-artifacts-prod/kustomize/kustomize
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ spec:
spec:
containers:
- name: container
image: k8s.gcr.io/busybox
image: registry.k8s.io/busybox
command: [ "/bin/sh", "-c", "ls /etc/config/" ]
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -345,7 +345,7 @@ spec:
- /bin/sh
- -c
- ls /etc/config/
image: k8s.gcr.io/busybox
image: registry.k8s.io/busybox
name: container
volumeMounts:
- mountPath: /etc/config
Expand Down

0 comments on commit 2045935

Please sign in to comment.