Skip to content

Commit

Permalink
Update service load balancer finalizer doc for beta (#16020)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHohn authored and k8s-ci-robot committed Sep 5, 2019
1 parent 06fc088 commit 90e8660
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 This prevents dangling load balancer resources even in corner cases such as the
service controller crashing. service controller crashing.


This feature was introduced as alpha in Kubernetes v1.15. You can start using it by This feature is beta and enabled by default since Kubernetes v1.16. You can also
enabling the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) enable it in v1.15 (alpha) via the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
`ServiceLoadBalancerFinalizer`. `ServiceLoadBalancerFinalizer`.


## External Load Balancer Providers ## External Load Balancer Providers
Expand Down

0 comments on commit 90e8660

Please sign in to comment.