From e49467e9124f1dc12d121d72554ca1549c981c43 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 1 Jun 2015 11:39:29 +0200 Subject: [PATCH] add blank line before list; do s/-/*/ for list-element prefix; upcase first word in sentence --- docs/services.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/services.md b/docs/services.md index daa20f3fa04..b817531a2f6 100644 --- a/docs/services.md +++ b/docs/services.md @@ -83,12 +83,13 @@ is `TCP`. Services generally abstract access to Kubernetes `Pods`, but they can also abstract other kinds of backends. For example: - - you want to have an external database cluster in production, but in test - you use your own databases - - you want to point your service to a service in another - [`Namespace`](namespaces.md) or on another cluster - - you are migrating your workload to Kubernetes and some of your backends run - outside of Kubernetes + + * You want to have an external database cluster in production, but in test + you use your own databases. + * You want to point your service to a service in another + [`Namespace`](namespaces.md) or on another cluster. + * You are migrating your workload to Kubernetes and some of your backends run + outside of Kubernetes. In any of these scenarios you can define a service without a selector: