Skip to content

Commit

Permalink
Fix typo on new debugging service tip
Browse files Browse the repository at this point in the history
  • Loading branch information
paurullan committed Apr 12, 2016
1 parent 1cc8f80 commit 3df3d19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/user-guide/debugging-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ debugging your own `Service`, debug DNS.

Check if the container image can resolve DNS via `search`.

Alpine Linux for example uses `musl-libc` and as such does not support the
`search` keyword in `resolv.conf` and if you want to use is as base image you
will need to get an specially built for Kubernetes.
For example, Alpine Linux uses `musl-libc` and does not support the `search`
keyword in `resolv.conf`. If you want to use Alpine as base image you will need
to get an specially built for Kubernetes.

## Does the Service work by IP?

Expand Down Expand Up @@ -329,6 +329,7 @@ $ kubectl get service hostnames -o json
```

Also, check:

* Is the port you are trying to access in `spec.ports[]`?
* Is the `targetPort` correct for your `Pod`s?
* If you meant it to be a numeric port, is it a number (9376)
Expand Down

0 comments on commit 3df3d19

Please sign in to comment.