File tree Expand file tree Collapse file tree
reference/command-line-tools-reference
tasks/access-application-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ different Kubernetes components.
122122| ` SCTPSupport ` | ` false ` | Alpha | 1.12 | |
123123| ` ServerSideApply ` | ` false ` | Alpha | 1.14 | 1.15 |
124124| ` ServerSideApply ` | ` true ` | Beta | 1.16 | |
125- | ` ServiceLoadBalancerFinalizer ` | ` false ` | Alpha | 1.15 | |
126125| ` ServiceNodeExclusion ` | ` false ` | Alpha | 1.8 | |
127126| ` StartupProbe ` | ` true ` | Beta | 1.17 | |
128127| ` StorageVersionHash ` | ` false ` | Alpha | 1.14 | 1.14 |
@@ -227,6 +226,9 @@ different Kubernetes components.
227226| ` ScheduleDaemonSetPods ` | ` false ` | Alpha | 1.11 | 1.11 |
228227| ` ScheduleDaemonSetPods ` | ` true ` | Beta | 1.12 | 1.16 |
229228| ` ScheduleDaemonSetPods ` | ` true ` | GA | 1.17 | - |
229+ | ` ServiceLoadBalancerFinalizer ` | ` false ` | Alpha | 1.15 | 1.15 |
230+ | ` ServiceLoadBalancerFinalizer ` | ` true ` | Beta | 1.16 | 1.16 |
231+ | ` ServiceLoadBalancerFinalizer ` | ` true ` | GA | 1.17 | - |
230232| ` StorageObjectInUseProtection ` | ` true ` | Beta | 1.10 | 1.10 |
231233| ` StorageObjectInUseProtection ` | ` true ` | GA | 1.11 | - |
232234| ` SupportIPVSProxyMode ` | ` false ` | Alpha | 1.8 | 1.8 |
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ spec:
154154
155155# # Garbage Collecting Load Balancers
156156
157+ {{< feature-state for_k8s_version="v1.17" state="stable" >}}
158+
157159In usual case, the correlating load balancer resources in cloud provider should
158160be cleaned up soon after a LoadBalancer type Service is deleted. But it is known
159161that there are various corner cases where cloud resources are orphaned after the
@@ -167,10 +169,6 @@ The finalizer will only be removed after the load balancer resource is cleaned u
167169This prevents dangling load balancer resources even in corner cases such as the
168170service controller crashing.
169171
170- This feature is beta and enabled by default since Kubernetes v1.16. You can also
171- enable it in v1.15 (alpha) via the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
172- ` ServiceLoadBalancerFinalizer` .
173-
174172# # External Load Balancer Providers
175173
176174It is important to note that the datapath for this functionality is provided by a load balancer external to the Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments