Update content/ja/docs/tasks/debug-application-cluster/debug-service.md
Sorry for the typo. Co-authored-by: inductor(Kohei) <kela@inductor.me>pull/21700/head
parent
bd00121a19
commit
3cfdbf703f
|
@ -304,7 +304,7 @@ Address 1: 10.0.0.1 kubernetes.default.svc.cluster.local
|
|||
## ServiceはIPでは機能するか?
|
||||
|
||||
DNSサービスが正しく動作できると仮定すると、次にテストするのはIPによってServiceが動作しているかどうかです。
|
||||
上述のの`kubectl get`で確認できるIPに、クラスター内のPodからアクセスします。
|
||||
上述の`kubectl get`で確認できるIPに、クラスター内のPodからアクセスします。
|
||||
|
||||
```shell
|
||||
for i in $(seq 1 3); do
|
||||
|
|
Loading…
Reference in New Issue