Skip to content

Commit a2589be

Browse files
authored
Merge pull request #22653 from dmcquiston8/patch-1
Update debug-application.md
2 parents 898ab28 + ece290e commit a2589be

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)