Skip to content

Commit aec746d

Browse files
committed
[ja] Update image from echoserver to agnhost
1 parent 926022f commit aec746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Kubernetesの[*Pod*](/docs/concepts/workloads/pods/)は、コンテナの管理
9393

9494
```shell
9595
# Webサーバーを含むテストコンテナイメージを実行する
96-
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
96+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
9797
```
9898

9999
2. Deploymentを確認します:

0 commit comments

Comments
 (0)