Merge pull request #20593 from lou-lan/fix/minikube-image-pl

Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
This commit is contained in:
Kubernetes Prow Robot
2020-04-27 11:05:23 -07:00
committed by GitHub
+1 -1
View File
@@ -77,7 +77,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
wykorzystując podany obraz Dockera.
```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. Sprawdź stan Deploymentu: