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

This commit is contained in:
lou-lan
2020-04-28 00:23:43 +08:00
parent ab908ac77a
commit 2a83547b20
+1 -1
View File
@@ -137,7 +137,7 @@ Pod runs a Container based on the provided Docker image.
1. 使用 `kubectl create` 命令创建管理 Pod 的 Deployment。该 Pod 根据提供的 Docker 镜像运行 Container。
```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
```
<!--