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 2aa37c6 + 6579980 commit 7870b51Copy full SHA for 7870b51
content/fr/docs/tutorials/hello-minikube.md
@@ -88,7 +88,7 @@ Un [*Pod*](/docs/concepts/workloads/pods/) Kubernetes est un groupe de un ou plu
88
89
```shell
90
# Exécutez une image de conteneur de test qui inclut un serveur web
91
- kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
92
```
93
94
2. Afficher le Deployment:
0 commit comments