Replace k8s.gcr.io references with registry.k8s.io for it
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.
|
||||
|
||||
```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:
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
- name: varlog
|
||||
mountPath: /var/log
|
||||
- name: count-agent
|
||||
image: k8s.gcr.io/fluentd-gcp:1.30
|
||||
image: registry.k8s.io/fluentd-gcp:1.30
|
||||
env:
|
||||
- name: FLUENTD_ARGS
|
||||
value: -c /etc/fluentd-config/fluentd.conf
|
||||
|
|
Loading…
Reference in New Issue