Skip to content

Commit 8c79190

Browse files
committed
it localization of PR 51364 to update hello-minikube image
1 parent d6155c3 commit 8c79190

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)