Merge pull request #20592 from lou-lan/fix/minikube-image-uk

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