Merge pull request #47172 from lukaszw-at-itstartechs/patch-1
Update hello-minikube.mdpull/47178/head
commit
4ab0490080
|
@ -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/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
|
||||
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
|
||||
```
|
||||
|
||||
2. Sprawdź stan Deploymentu:
|
||||
|
|
Loading…
Reference in New Issue