Skip to content

Commit 7870b51

Browse files
authored
Merge pull request #52466 from Arhell/fr-image
[fr] Update image from echoserver to agnhost
2 parents 2aa37c6 + 6579980 commit 7870b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Un [*Pod*](/docs/concepts/workloads/pods/) Kubernetes est un groupe de un ou plu
8888

8989
```shell
9090
# 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
91+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
9292
```
9393

9494
2. Afficher le Deployment:

0 commit comments

Comments
 (0)