Replace k8s.gcr.io references with registry.k8s.io for it
This commit is contained in:
parent
87b867bb60
commit
acbdb1f3d8
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue