Skip to content

Commit f766fd8

Browse files
authored
Update /docs/tutorials/hello-minikube image from echoserver to agnhost (#51364)
* Update hello-minikube image from echoserver to agnhost * Revert hello-minikube deploy command changes
1 parent 394afb2 commit f766fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ recommended way to manage the creation and scaling of Pods.
9898

9999
```shell
100100
# Run a test container image that includes a webserver
101-
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
101+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
102102
```
103103

104104
1. View the Deployment:

0 commit comments

Comments
 (0)