Skip to content

Commit acbdb1f

Browse files
committed
Replace k8s.gcr.io references with registry.k8s.io for it
1 parent 87b867b commit acbdb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/it/docs/tutorials/hello-minikube.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ modalità raccomandata per gestire la creazione e lo scaling dei Pods.
7676
eseguirà un Container basato sulla Docker image specificata.
7777
7878
```shell
79-
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
79+
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
8080
```
8181
8282
2. Visualizza il Deployment:

content/it/examples/admin/logging/two-files-counter-pod-agent-sidecar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: varlog
2323
mountPath: /var/log
2424
- name: count-agent
25-
image: k8s.gcr.io/fluentd-gcp:1.30
25+
image: registry.k8s.io/fluentd-gcp:1.30
2626
env:
2727
- name: FLUENTD_ARGS
2828
value: -c /etc/fluentd-config/fluentd.conf

0 commit comments

Comments
 (0)