Skip to content

Commit c09a66f

Browse files
authored
Merge pull request #20597 from lou-lan/fix/minikube-image-fr
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
2 parents df01308 + bdc18d9 commit c09a66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fr/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Les déploiements sont le moyen recommandé pour gérer la création et la mise
7878
Pod utilise un conteneur basé sur l'image Docker fournie.
7979
8080
```shell
81-
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
81+
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
8282
```
8383
8484
2. Affichez le déploiement :

0 commit comments

Comments
 (0)