Replace k8s.gcr.io references with registry.k8s.io for it

This commit is contained in:
xin gu 2023-03-09 21:57:19 +08:00
parent 87b867bb60
commit acbdb1f3d8
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ modalità raccomandata per gestire la creazione e lo scaling dei Pods.
eseguirà un Container basato sulla Docker image specificata. eseguirà un Container basato sulla Docker image specificata.
```shell ```shell
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4 kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
``` ```
2. Visualizza il Deployment: 2. Visualizza il Deployment:

View File

@ -22,7 +22,7 @@ spec:
- name: varlog - name: varlog
mountPath: /var/log mountPath: /var/log
- name: count-agent - name: count-agent
image: k8s.gcr.io/fluentd-gcp:1.30 image: registry.k8s.io/fluentd-gcp:1.30
env: env:
- name: FLUENTD_ARGS - name: FLUENTD_ARGS
value: -c /etc/fluentd-config/fluentd.conf value: -c /etc/fluentd-config/fluentd.conf