Merge pull request #20589 from lou-lan/fix/minikube-image-zh

Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
This commit is contained in:
Kubernetes Prow Robot
2020-04-29 20:38:18 -07:00
committed by GitHub
+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
```
<!--