Merge pull request from Arhell/pl-image

[pl] Update echoserver image in "Hello Minikube" tutorial for multiarch
pull/39082/head
Kubernetes Prow Robot 2023-01-24 01:24:16 -08:00 committed by GitHub
commit 5f81602160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/pl/docs/tutorials

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/echoserver:1.4
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
```
2. Sprawdź stan Deploymentu: