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

This commit is contained in:
lou-lan
2020-04-28 00:37:16 +08:00
parent 33f472c285
commit 7774cc9f35
+1 -1
View File
@@ -117,7 +117,7 @@ Pod runs a Container based on the provided Docker image.
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.
```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. View the Deployment: