[ja] Replace Deprecated echoserver

pull/48024/head
Arhell 2024-09-21 10:01:57 +03:00
parent e8938d66a2
commit 4eff8fec3d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ the target localization.
以下の例では、HTTPヘッダー経由で受け取ったリクエストの送信元IPをエコーバックする、小さなnginxウェブサーバーを使用します。次のコマンドでウェブサーバーを作成できます。
```shell
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.10
```
出力は次のようになります。