We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49f81c3 + 4cb4b76 commit c75d9b3Copy full SHA for c75d9b3
content/uk/docs/tutorials/hello-minikube.md
@@ -110,7 +110,7 @@ Pod runs a Container based on the provided Docker image.
110
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.
111
112
```shell
113
- 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.53 -- /agnhost netexec --http-port=8080
114
```
115
116
<!--2. View the Deployment:
0 commit comments