Skip to content

Commit 0c7df4e

Browse files
mickeyboxellritazh
andauthored
Update content/en/blog/_posts/2023-12-13-kubernetes-1.29.md
Co-authored-by: Rita Zhang <[email protected]>
1 parent c9290fa commit 0c7df4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/blog/_posts/2023-12-13-kubernetes-1.29.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ API data at rest. KMS provides an interface for a provider to utilize a key stor
6464
key service to perform this encryption. With the Kubernetes v1.29, KMS v2 has become
6565
a stable feature bringing numerous improvements in performance, key rotation,
6666
health check & status, and observability.
67-
These enhancements provide users with a reliable solution to encrypt all resources in their Kubernetes clusters. You can read more about this in [KEP-3299](https://kep.k8s.io/3299).
67+
These enhancements provide users with a reliable solution to encrypt all resources in their Kubernetes clusters. You can read more about this in [KEP-3299](https://kep.k8s.io/3299).
68+
69+
It is recommended to use KMS v2. KMS v1 feature gate is disabled by default. You will have to opt in to continue to use it.
6870

6971
For Kubernetes v1.29, [encryption at rest for API data](/docs/tasks/administer-cluster/encrypt-data/)
7072
can integrate with an external _key management service_ (KMS). Available since Kubernetes v1.13,

0 commit comments

Comments
 (0)