Skip to content

Commit 25d48ec

Browse files
committed
Update echoserver image in tutorial for multiarch
The previous version of the image did not support arm64. This one supports amd64, arm, arm64, ppc64le, s390x on Linux, and amd64 on multiple Windows versions.
1 parent 80c8b05 commit 25d48ec

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)