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 598fb64 + 25d48ec commit 8546b02Copy full SHA for 8546b02
content/en/docs/tutorials/hello-minikube.md
@@ -94,7 +94,7 @@ recommended way to manage the creation and scaling of Pods.
94
Pod runs a Container based on the provided Docker image.
95
96
```shell
97
- 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.39 -- /agnhost netexec --http-port=8080
98
```
99
100
2. View the Deployment:
0 commit comments