Skip to content

Commit

Permalink
[pl] Update echoserver image in "Hello Minikube" tutorial for multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 23, 2023
1 parent be8d63e commit 6a7f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pl/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a7f6fb

Please sign in to comment.