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 be8d63e commit 6a7f6fbCopy full SHA for 6a7f6fb
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