Skip to content

Commit 6a7f6fb

Browse files
committed
[pl] Update echoserver image in "Hello Minikube" tutorial for multiarch
1 parent be8d63e commit 6a7f6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pl/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
9191
wykorzystując podany obraz Dockera.
9292

9393
```shell
94-
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
94+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
9595
```
9696

9797
2. Sprawdź stan Deploymentu:

0 commit comments

Comments
 (0)