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.
1 parent 926022f commit aec746dCopy full SHA for aec746d
content/ja/docs/tutorials/hello-minikube.md
@@ -93,7 +93,7 @@ Kubernetesの[*Pod*](/docs/concepts/workloads/pods/)は、コンテナの管理
93
94
```shell
95
# Webサーバーを含むテストコンテナイメージを実行する
96
- kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
97
```
98
99
2. Deploymentを確認します:
0 commit comments