[pl] Update echoserver image in "Hello Minikube" tutorial for multiarch

pull/39070/head
Arhell 2023-01-24 01:31:14 +02:00
parent be8d63e5d2
commit 6a7f6fb09e
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/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: