Update debugging-services.md

pull/2464/head
scjane 2017-02-08 17:56:59 +08:00 committed by Andrew Chen
parent c95524d506
commit bb6684e16f
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ they are running fine and not crashing.
The `-l app=hostnames` argument is a label selector - just like our `Service`
has. Inside the Kubernetes system is a control loop which evaluates the
selector of every `Service` and save the results into an `Endpoints` object.
selector of every `Service` and saves the results into an `Endpoints` object.
```shell
$ kubectl get endpoints hostnames