Skip to content

Commit

Permalink
Merge pull request #20597 from lou-lan/fix/minikube-image-fr
Browse files Browse the repository at this point in the history
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
  • Loading branch information
k8s-ci-robot authored Jun 28, 2020
2 parents df01308 + bdc18d9 commit c09a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/fr/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Les déploiements sont le moyen recommandé pour gérer la création et la mise
Pod utilise un conteneur basé sur l'image Docker fournie.
```shell
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
```
2. Affichez le déploiement :
Expand Down

0 comments on commit c09a66f

Please sign in to comment.