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.
2 parents de278e8 + 6a7f6fb commit 5f81602Copy full SHA for 5f81602
content/pl/docs/tutorials/hello-minikube.md
@@ -91,7 +91,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
91
wykorzystując podany obraz Dockera.
92
93
```shell
94
- kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
95
```
96
97
2. Sprawdź stan Deploymentu:
0 commit comments