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 394afb2 commit f766fd8Copy full SHA for f766fd8
content/en/docs/tutorials/hello-minikube.md
@@ -98,7 +98,7 @@ recommended way to manage the creation and scaling of Pods.
98
99
```shell
100
# 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
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
102
```
103
104
1. View the Deployment:
0 commit comments