Skip to content

Commit 9f9f035

Browse files
authored
Merge pull request #38145 from aramase/kmsv2-alpha-doc
Update docs for KMSv2 Alpha
2 parents a1841bf + cea1bc8 commit 9f9f035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ For a reference to old feature gates that are removed, please refer to
128128
| `JobTrackingWithFinalizers` | `false` | Alpha | 1.22 | 1.22 |
129129
| `JobTrackingWithFinalizers` | `false` | Beta | 1.23 | 1.24 |
130130
| `JobTrackingWithFinalizers` | `true` | Beta | 1.25 | |
131+
| `KMSv2` | `false` | Alpha | 1.25 | |
131132
| `KubeletCredentialProviders` | `false` | Alpha | 1.20 | 1.23 |
132133
| `KubeletCredentialProviders` | `true` | Beta | 1.24 | |
133134
| `KubeletInUserNamespace` | `false` | Alpha | 1.22 | |
@@ -578,6 +579,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
578579
completions without relying on Pods remaining in the cluster indefinitely.
579580
The Job controller uses Pod finalizers and a field in the Job status to keep
580581
track of the finished Pods to count towards completion.
582+
- `KMSv2`: Enables KMS v2 API for encryption at rest.
581583
- `KubeletCredentialProviders`: Enable kubelet exec credential providers for
582584
image pull credentials.
583585
- `KubeletInUserNamespace`: Enables support for running kubelet in a

0 commit comments

Comments
 (0)