Skip to content

Commit 6304ea6

Browse files
committed
remove GA feature-gate APISelfSubjectReview
1 parent 5856e01 commit 6304ea6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ In the following table:
4141
| `AllowExtTrafficLocalEndpoints` | `true` | GA | 1.7 | 1.9 |
4242
| `AllowInsecureBackendProxy` | `true` | Beta | 1.17 | 1.20 |
4343
| `AllowInsecureBackendProxy` | `true` | GA | 1.21 | 1.25 |
44+
| `APISelfSubjectReview` | `false` | Alpha | 1.26 | 1.26 |
45+
| `APISelfSubjectReview` | `true` | Beta | 1.27 | 1.27 |
46+
| `APISelfSubjectReview` | `true` | GA | 1.28 | 1.29 |
4447
| `AttachVolumeLimit` | `false` | Alpha | 1.11 | 1.11 |
4548
| `AttachVolumeLimit` | `true` | Beta | 1.12 | 1.16 |
4649
| `AttachVolumeLimit` | `true` | GA | 1.17 | 1.21 |
@@ -454,6 +457,7 @@ In the following table:
454457
- {{< feature-gate-description name="AdvancedAuditing" >}}
455458
- {{< feature-gate-description name="AllowExtTrafficLocalEndpoints" >}}
456459
- {{< feature-gate-description name="AllowInsecureBackendProxy" >}}
460+
- {{< feature-gate-description name="APISelfSubjectReview" >}}
457461
- {{< feature-gate-description name="AttachVolumeLimit" >}}
458462
- {{< feature-gate-description name="BalanceAttachedNodeVolumes" >}}
459463
- {{< feature-gate-description name="BlockVolume" >}}

content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# Removed from Kubernetes
23
title: APISelfSubjectReview
34
content_type: feature_gate
45
_build:

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ For a reference to old feature gates that are removed, please refer to
239239
| `APIListChunking` | `false` | Alpha | 1.8 | 1.8 |
240240
| `APIListChunking` | `true` | Beta | 1.9 | 1.28 |
241241
| `APIListChunking` | `true` | GA | 1.29 | - |
242-
| `APISelfSubjectReview` | `false` | Alpha | 1.26 | 1.26 |
243-
| `APISelfSubjectReview` | `true` | Beta | 1.27 | 1.27 |
244-
| `APISelfSubjectReview` | `true` | GA | 1.28 | - |
245242
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
246243
| `CPUManager` | `true` | Beta | 1.10 | 1.25 |
247244
| `CPUManager` | `true` | GA | 1.26 | - |
@@ -403,7 +400,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
403400
- {{< feature-gate-description name="APIListChunking" >}}
404401
- {{< feature-gate-description name="APIPriorityAndFairness" >}}
405402
- {{< feature-gate-description name="APIResponseCompression" >}}
406-
- {{< feature-gate-description name="APISelfSubjectReview" >}}
407403
- {{< feature-gate-description name="APIServerIdentity" >}}
408404
- {{< feature-gate-description name="APIServerTracing" >}}
409405
- {{< feature-gate-description name="AppArmor" >}}

0 commit comments

Comments
 (0)