Skip to content

Commit fd3f98a

Browse files
committed
Update service load balancer finalizer doc for GA
1 parent 9f8a1d7 commit fd3f98a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
157159
In usual case, the correlating load balancer resources in cloud provider should
158160
be cleaned up soon after a LoadBalancer type Service is deleted. But it is known
159161
that 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
167169
This prevents dangling load balancer resources even in corner cases such as the
168170
service 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

176174
It is important to note that the datapath for this functionality is provided by a load balancer external to the Kubernetes cluster.

0 commit comments

Comments
 (0)