We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df01308 + bdc18d9 commit c09a66fCopy full SHA for c09a66f
content/fr/docs/tutorials/hello-minikube.md
@@ -78,7 +78,7 @@ Les déploiements sont le moyen recommandé pour gérer la création et la mise
78
Pod utilise un conteneur basé sur l'image Docker fournie.
79
80
```shell
81
- kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
+ kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
82
```
83
84
2. Affichez le déploiement :
0 commit comments