Update content/ja/docs/tasks/debug-application-cluster/debug-application.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Wang
2022-01-04 08:22:24 +09:00
committed by GitHub
parent 42df213b81
commit d97de90faf
@@ -105,7 +105,7 @@ kubectl get endpoints ${SERVICE_NAME}
```
EndpointがServiceのメンバーとして想定されるPod数と一致していることを確認してください。
例えば、3つのレプリカを持つnginxコンテナ用のサービスであれば、サービスのエンドポイントには3つの異なるIPアドレスが表示されるはずです。
例えば、3つのレプリカを持つnginxコンテナ用のServiceであれば、ServiceのEndpointには3つの異なるIPアドレスが表示されるはずです。
#### サービスにエンドポイントがありません