Update service load balancer finalizer doc for beta (#16020)

pull/15982/merge
Zihong Zheng 2019-09-05 09:47:09 -07:00 committed by Kubernetes Prow Robot
parent 06fc088703
commit 90e86600df
1 changed files with 2 additions and 2 deletions

View File

@ -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