Skip to content

Commit 441f4c9

Browse files
author
Tim Bannister
committed
Replace k8s.gcr.io with registry.k8s.io
1 parent 115b028 commit 441f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/uk/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Pod runs a Container based on the provided Docker image.
119119
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.
120120
121121
```shell
122-
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
122+
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
123123
```
124124
125125
<!--2. View the Deployment:

0 commit comments

Comments
 (0)