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.
1 parent 33f472c commit bdc18d9Copy full SHA for bdc18d9
content/fr/docs/tutorials/hello-minikube.md
@@ -76,7 +76,7 @@ Les déploiements sont le moyen recommandé pour gérer la création et la mise
76
Pod utilise un conteneur basé sur l'image Docker fournie.
77
78
```shell
79
- 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
80
```
81
82
2. Affichez le déploiement :
0 commit comments