Merge pull request #39070 from Arhell/pl-image
[pl] Update echoserver image in "Hello Minikube" tutorial for multiarchpull/39082/head
commit
5f81602160
content/pl/docs/tutorials
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue