From 1cd67351e04ed9ea7ecb9c8d4d63ac7d545d780f Mon Sep 17 00:00:00 2001 From: Nick Sardo Date: Fri, 4 Aug 2017 16:02:01 -0700 Subject: [PATCH] Add annotation for GCP Internal Load Balancer --- docs/concepts/services-networking/service.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 1f5878f5f5..e55a084fb0 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -435,6 +435,16 @@ In a split-horizon DNS environment you would need two services to be able to rou This can be achieved by adding the following annotations to the service based on cloud provider. +For GCP ([docs](https://cloud.google.com/container-engine/docs/internal-load-balancing)): +```yaml +[...] +metadata: + name: my-service + annotations: + cloud.google.com/load-balancer-type: "internal" +[...] +``` + For AWS: ```yaml [...]