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