Skip to content

Commit 5b8d99b

Browse files
authored
Clarify KMS v1 deprecation
1 parent 4d9c5f6 commit 5b8d99b

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-auth/3299-kms-v2-improvements

1 file changed

+1
-1
lines changed

keps/sig-auth/3299-kms-v2-improvements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This KEP proposes the new v2 `KeyManagementService` service contract to:
8989
- enable partially automated key rotation for the latest key without API server restarts
9090
- improve KMS plugin health check reliability
9191
- improve observability of envelop operations between kube-apiserver, KMS plugins and KMS
92-
- if this v2 API reaches beta in release M, the existing v1beta1 gRPC API will be deprecated at release M
92+
- if this v2 API reaches beta in release M, the existing v1beta1 gRPC API will be deprecated at release M (or any later release)
9393
- if this v2 API reaches GA in release N, the existing v1beta1 gRPC API will be disabled by default at N, stop supporting writes at N+3, and removed at release N+6 (the existing key rotation dance of using multiple providers will be used to migrate from v1beta1 to v2)
9494

9595
### Non-Goals

0 commit comments

Comments
 (0)