Skip to content

Commit ece290e

Browse files
authored
Update debug-application.md
1 parent 1c6a25e commit ece290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can view this resource with:
118118
kubectl get endpoints ${SERVICE_NAME}
119119
```
120120

121-
Make sure that the endpoints match up with the number of containers that you expect to be a member of your service.
121+
Make sure that the endpoints match up with the number of pods that you expect to be members of your service.
122122
For example, if your Service is for an nginx container with 3 replicas, you would expect to see three different
123123
IP addresses in the Service's endpoints.
124124

0 commit comments

Comments
 (0)