Skip to content

Commit

Permalink
Merge pull request kubernetes#37383 from mtardy/hello-node-tutorial-m…
Browse files Browse the repository at this point in the history
…ultiarch-image

Update echoserver image in "Hello Minikube" tutorial for multiarch
  • Loading branch information
k8s-ci-robot authored Nov 15, 2022
2 parents 598fb64 + 25d48ec commit 8546b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ recommended way to manage the creation and scaling of Pods.
Pod runs a Container based on the provided Docker image.

```shell
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
```

2. View the Deployment:
Expand Down

0 comments on commit 8546b02

Please sign in to comment.