From bd00121a19a922deddb645129aae62d13b365c53 Mon Sep 17 00:00:00 2001 From: Makoto Watanabe Date: Sat, 13 Jun 2020 17:24:34 +0900 Subject: [PATCH] Update content/ja/docs/tasks/debug-application-cluster/debug-service.md Thank you for your proposal. Co-authored-by: inductor(Kohei) --- .../ja/docs/tasks/debug-application-cluster/debug-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/debug-service.md b/content/ja/docs/tasks/debug-application-cluster/debug-service.md index de7ed11411..412cd40228 100644 --- a/content/ja/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/ja/docs/tasks/debug-application-cluster/debug-service.md @@ -303,7 +303,7 @@ Address 1: 10.0.0.1 kubernetes.default.svc.cluster.local ## ServiceはIPでは機能するか? -DNSサービスが正しく動作できると仮定すると、次にテストするのはIPによってServiceが動作しているかです。 +DNSサービスが正しく動作できると仮定すると、次にテストするのはIPによってServiceが動作しているかどうかです。 上述のの`kubectl get`で確認できるIPに、クラスター内のPodからアクセスします。 ```shell