From 3df3d1933091b5f73f771ec7dd44cec9b7b72d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ru=C5=80lan?= Date: Tue, 12 Apr 2016 09:44:23 +0200 Subject: [PATCH] Fix typo on new debugging service tip --- docs/user-guide/debugging-services.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/debugging-services.md b/docs/user-guide/debugging-services.md index c0cc1e1925184..426091dea8b6a 100644 --- a/docs/user-guide/debugging-services.md +++ b/docs/user-guide/debugging-services.md @@ -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? @@ -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)