remove GA feature-gate APISelfSubjectReview

pull/44456/head
carlory 2023-12-21 10:57:59 +08:00
parent 5856e0149d
commit 6304ea6150
3 changed files with 5 additions and 4 deletions

View File

@ -41,6 +41,9 @@ In the following table:
| `AllowExtTrafficLocalEndpoints` | `true` | GA | 1.7 | 1.9 | | `AllowExtTrafficLocalEndpoints` | `true` | GA | 1.7 | 1.9 |
| `AllowInsecureBackendProxy` | `true` | Beta | 1.17 | 1.20 | | `AllowInsecureBackendProxy` | `true` | Beta | 1.17 | 1.20 |
| `AllowInsecureBackendProxy` | `true` | GA | 1.21 | 1.25 | | `AllowInsecureBackendProxy` | `true` | GA | 1.21 | 1.25 |
| `APISelfSubjectReview` | `false` | Alpha | 1.26 | 1.26 |
| `APISelfSubjectReview` | `true` | Beta | 1.27 | 1.27 |
| `APISelfSubjectReview` | `true` | GA | 1.28 | 1.29 |
| `AttachVolumeLimit` | `false` | Alpha | 1.11 | 1.11 | | `AttachVolumeLimit` | `false` | Alpha | 1.11 | 1.11 |
| `AttachVolumeLimit` | `true` | Beta | 1.12 | 1.16 | | `AttachVolumeLimit` | `true` | Beta | 1.12 | 1.16 |
| `AttachVolumeLimit` | `true` | GA | 1.17 | 1.21 | | `AttachVolumeLimit` | `true` | GA | 1.17 | 1.21 |
@ -454,6 +457,7 @@ In the following table:
- {{< feature-gate-description name="AdvancedAuditing" >}} - {{< feature-gate-description name="AdvancedAuditing" >}}
- {{< feature-gate-description name="AllowExtTrafficLocalEndpoints" >}} - {{< feature-gate-description name="AllowExtTrafficLocalEndpoints" >}}
- {{< feature-gate-description name="AllowInsecureBackendProxy" >}} - {{< feature-gate-description name="AllowInsecureBackendProxy" >}}
- {{< feature-gate-description name="APISelfSubjectReview" >}}
- {{< feature-gate-description name="AttachVolumeLimit" >}} - {{< feature-gate-description name="AttachVolumeLimit" >}}
- {{< feature-gate-description name="BalanceAttachedNodeVolumes" >}} - {{< feature-gate-description name="BalanceAttachedNodeVolumes" >}}
- {{< feature-gate-description name="BlockVolume" >}} - {{< feature-gate-description name="BlockVolume" >}}

View File

@ -1,4 +1,5 @@
--- ---
# Removed from Kubernetes
title: APISelfSubjectReview title: APISelfSubjectReview
content_type: feature_gate content_type: feature_gate
_build: _build:

View File

@ -239,9 +239,6 @@ For a reference to old feature gates that are removed, please refer to
| `APIListChunking` | `false` | Alpha | 1.8 | 1.8 | | `APIListChunking` | `false` | Alpha | 1.8 | 1.8 |
| `APIListChunking` | `true` | Beta | 1.9 | 1.28 | | `APIListChunking` | `true` | Beta | 1.9 | 1.28 |
| `APIListChunking` | `true` | GA | 1.29 | - | | `APIListChunking` | `true` | GA | 1.29 | - |
| `APISelfSubjectReview` | `false` | Alpha | 1.26 | 1.26 |
| `APISelfSubjectReview` | `true` | Beta | 1.27 | 1.27 |
| `APISelfSubjectReview` | `true` | GA | 1.28 | - |
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 | | `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
| `CPUManager` | `true` | Beta | 1.10 | 1.25 | | `CPUManager` | `true` | Beta | 1.10 | 1.25 |
| `CPUManager` | `true` | GA | 1.26 | - | | `CPUManager` | `true` | GA | 1.26 | - |
@ -403,7 +400,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
- {{< feature-gate-description name="APIListChunking" >}} - {{< feature-gate-description name="APIListChunking" >}}
- {{< feature-gate-description name="APIPriorityAndFairness" >}} - {{< feature-gate-description name="APIPriorityAndFairness" >}}
- {{< feature-gate-description name="APIResponseCompression" >}} - {{< feature-gate-description name="APIResponseCompression" >}}
- {{< feature-gate-description name="APISelfSubjectReview" >}}
- {{< feature-gate-description name="APIServerIdentity" >}} - {{< feature-gate-description name="APIServerIdentity" >}}
- {{< feature-gate-description name="APIServerTracing" >}} - {{< feature-gate-description name="APIServerTracing" >}}
- {{< feature-gate-description name="AppArmor" >}} - {{< feature-gate-description name="AppArmor" >}}