Skip to content

Commit

Permalink
Replace k8s.gcr.io with registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Feb 3, 2023
1 parent 115b028 commit 441f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/uk/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Pod runs a Container based on the provided Docker image.
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.

```shell
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
```

<!--2. View the Deployment:
Expand Down

0 comments on commit 441f4c9

Please sign in to comment.