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.
2 parents 83273db + 8c79190 commit d5d077aCopy full SHA for d5d077a
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