We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f198e51 commit f54bb19Copy full SHA for f54bb19
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/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
95
```
96
97
2. Sprawdź stan Deploymentu:
0 commit comments