From 0f028c716ab6606ce6cc8fbec647ad08d7aa31b6 Mon Sep 17 00:00:00 2001 From: huikang Date: Sat, 29 Apr 2017 17:07:47 -0400 Subject: [PATCH] Update service.md --- docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index a837bfa6ee..e735def3f9 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -354,7 +354,7 @@ Service onto an external (outside of your cluster) IP address. Kubernetes `ServiceTypes` allow you to specify what kind of service you want. The default is `ClusterIP`. -`ServiceType` values and their behaviors are: +`Type` values and their behaviors are: * `ClusterIP`: Exposes the service on a cluster-internal IP. Choosing this value makes the service only reachable from within the cluster. This is the