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 42df213 commit d97de90Copy full SHA for d97de90
content/ja/docs/tasks/debug-application-cluster/debug-application.md
@@ -105,7 +105,7 @@ kubectl get endpoints ${SERVICE_NAME}
105
```
106
107
EndpointがServiceのメンバーとして想定されるPod数と一致していることを確認してください。
108
-例えば、3つのレプリカを持つnginxコンテナ用のサービスであれば、サービスのエンドポイントには3つの異なるIPアドレスが表示されるはずです。
+例えば、3つのレプリカを持つnginxコンテナ用のServiceであれば、ServiceのEndpointには3つの異なるIPアドレスが表示されるはずです。
109
110
#### サービスにエンドポイントがありません
111
0 commit comments