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 e8938d6 commit 4eff8feCopy full SHA for 4eff8fe
content/ja/docs/tutorials/services/source-ip.md
@@ -42,7 +42,7 @@ the target localization.
42
以下の例では、HTTPヘッダー経由で受け取ったリクエストの送信元IPをエコーバックする、小さなnginxウェブサーバーを使用します。次のコマンドでウェブサーバーを作成できます。
43
44
```shell
45
-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
46
```
47
48
出力は次のようになります。
0 commit comments