Skip to content

Commit 63a9177

Browse files
authored
Merge pull request #39246 from sftim/20230303_new_reg_uk
[uk] Replace k8s.gcr.io with registry.k8s.io
2 parents 115b028 + 441f4c9 commit 63a9177

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)