Skip to content

Commit 5f81602

Browse files
authored
Merge pull request #39070 from Arhell/pl-image
[pl] Update echoserver image in "Hello Minikube" tutorial for multiarch
2 parents de278e8 + 6a7f6fb commit 5f81602

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)