Fix minikube image 'project:hello-minikube-zero-install' has been suspended.

This commit is contained in:
lou-lan
2020-04-28 00:51:31 +08:00
parent 33f472c285
commit bdc18d99f0
+1 -1
View File
@@ -76,7 +76,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. Pod utilise un conteneur basé sur l'image Docker fournie.
```shell ```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 : 2. Affichez le déploiement :