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.
1 parent 33f472c commit 7774cc9Copy full SHA for 7774cc9
content/uk/docs/tutorials/hello-minikube.md
@@ -117,7 +117,7 @@ Pod runs a Container based on the provided Docker image.
117
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.
118
119
```shell
120
- kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
+ kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
121
```
122
123
<!--2. View the Deployment:
0 commit comments