Skip to content

Commit 4d6a4c2

Browse files
authored
Merge pull request #42229 from andrewsykim/proxy-terminating-endpoints
update feature gate references for ProxyTerminatingEndpoint in 1.28
2 parents 86234ea + fd94278 commit 4d6a4c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ For a reference to old feature gates that are removed, please refer to
172172
| `ProbeTerminationGracePeriod` | `false` | Beta | 1.22 | 1.24 |
173173
| `ProbeTerminationGracePeriod` | `true` | Beta | 1.25 | |
174174
| `ProcMountType` | `false` | Alpha | 1.12 | |
175-
| `ProxyTerminatingEndpoints` | `false` | Alpha | 1.22 | 1.25 |
176-
| `ProxyTerminatingEndpoints` | `true` | Beta | 1.26 | |
177175
| `QOSReserved` | `false` | Alpha | 1.11 | |
178176
| `ReadWriteOncePod` | `false` | Alpha | 1.22 | 1.26 |
179177
| `ReadWriteOncePod` | `true` | Beta | 1.27 | |
@@ -302,6 +300,9 @@ For a reference to old feature gates that are removed, please refer to
302300
| `PodSecurity` | `false` | Alpha | 1.22 | 1.22 |
303301
| `PodSecurity` | `true` | Beta | 1.23 | 1.24 |
304302
| `PodSecurity` | `true` | GA | 1.25 | |
303+
| `ProxyTerminatingEndpoints` | `false` | Alpha | 1.22 | 1.25 |
304+
| `ProxyTerminatingEndpoints` | `true` | Beta | 1.26 | 1.27 |
305+
| `ProxyTerminatingEndpoints` | `true` | GA | 1.28 | - |
305306
| `RemoveSelfLink` | `false` | Alpha | 1.16 | 1.19 |
306307
| `RemoveSelfLink` | `true` | Beta | 1.20 | 1.23 |
307308
| `RemoveSelfLink` | `true` | GA | 1.24 | - |

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ relevant Service.
411411

412412
### Traffic to terminating endpoints
413413

414-
{{< feature-state for_k8s_version="v1.26" state="beta" >}}
414+
{{< feature-state for_k8s_version="v1.28" state="stable" >}}
415415

416416
If the `ProxyTerminatingEndpoints`
417417
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)

0 commit comments

Comments
 (0)