From 90e86600dfb86dc118503096ced3e78a835cc6c9 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Thu, 5 Sep 2019 09:47:09 -0700 Subject: [PATCH] Update service load balancer finalizer doc for beta (#16020) --- .../create-external-load-balancer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md b/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md index 546e3e3098..a9035542d2 100644 --- a/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -167,8 +167,8 @@ The finalizer will only be removed after the load balancer resource is cleaned u This prevents dangling load balancer resources even in corner cases such as the service controller crashing. -This feature was introduced as alpha in Kubernetes v1.15. You can start using it by -enabling the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) +This feature is beta and enabled by default since Kubernetes v1.16. You can also +enable it in v1.15 (alpha) via the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `ServiceLoadBalancerFinalizer`. ## External Load Balancer Providers