We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f472c commit 9ab2de6Copy full SHA for 9ab2de6
content/pl/docs/tutorials/hello-minikube.md
@@ -77,7 +77,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
77
wykorzystując podany obraz Dockera.
78
79
```shell
80
- 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
81
```
82
83
2. Sprawdź stan Deploymentu:
0 commit comments