We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6155c3 commit 8c79190Copy full SHA for 8c79190
content/it/docs/tutorials/hello-minikube.md
@@ -76,7 +76,7 @@ modalità raccomandata per gestire la creazione e lo scaling dei Pods.
76
eseguirà un Container basato sulla Docker image specificata.
77
78
```shell
79
- kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
80
```
81
82
2. Visualizza il Deployment:
0 commit comments