Skip to content

Commit c75d9b3

Browse files
authored
Merge pull request #51744 from reylejano/uk-issue-51324-hello-minikube-image
[uk] uk localization of PR 51364 to update hello-minikube image
2 parents 49f81c3 + 4cb4b76 commit c75d9b3

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
@@ -110,7 +110,7 @@ Pod runs a Container based on the provided Docker image.
110110
1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу.
111111
112112
```shell
113-
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
113+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
114114
```
115115
116116
<!--2. View the Deployment:

0 commit comments

Comments
 (0)