Merge pull request #47172 from lukaszw-at-itstartechs/patch-1

Update hello-minikube.md
pull/47178/head
Kubernetes Prow Robot 2024-07-16 17:33:06 -07:00 committed by GitHub
commit 4ab0490080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
wykorzystując podany obraz Dockera.
```shell
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
```
2. Sprawdź stan Deploymentu: