Skip to content

Commit d5d077a

Browse files
authored
Merge pull request #51742 from reylejano/it-issue-51324-hello-minikube-image
[it] it localization of PR 51364 to update hello-minikube image
2 parents 83273db + 8c79190 commit d5d077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ modalità raccomandata per gestire la creazione e lo scaling dei Pods.
7676
eseguirà un Container basato sulla Docker image specificata.
7777
7878
```shell
79-
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
79+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
8080
```
8181
8282
2. Visualizza il Deployment:

0 commit comments

Comments
 (0)