Skip to content

Commit 52390e8

Browse files
authored
Merge pull request #20593 from lou-lan/fix/minikube-image-pl
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
2 parents ceecb16 + 9ab2de6 commit 52390e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pl/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
7777
wykorzystując podany obraz Dockera.
7878

7979
```shell
80-
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
80+
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
8181
```
8282

8383
2. Sprawdź stan Deploymentu:

0 commit comments

Comments
 (0)