From 0b67a3d0ffb6ee5d5be9d6d880094fd29e06c418 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Thu, 23 May 2019 12:38:56 -0700 Subject: [PATCH] [WIP] Placeholder for load balancer finalizer docs --- content/en/docs/concepts/services-networking/service.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index a6bc859b79cab..08e6fd9ff4af4 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -419,6 +419,8 @@ and `.spec.clusterIP:spec.ports[*].port`. (If the `--nodeport-addresses` flag in ### Type LoadBalancer {#loadbalancer} +TODO(@MrHohn): Placeholder for load balancer finalizer feature + On cloud providers which support external load balancers, setting the `type` field to `LoadBalancer` will provision a load balancer for your `Service`. The actual creation of the load balancer happens asynchronously, and