Skip to content

Commit 8546b02

Browse files
authored
Merge pull request #37383 from mtardy/hello-node-tutorial-multiarch-image
Update echoserver image in "Hello Minikube" tutorial for multiarch
2 parents 598fb64 + 25d48ec commit 8546b02

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
@@ -94,7 +94,7 @@ recommended way to manage the creation and scaling of Pods.
9494
Pod runs a Container based on the provided Docker image.
9595

9696
```shell
97-
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
97+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
9898
```
9999

100100
2. View the Deployment:

0 commit comments

Comments
 (0)