From a0f74d6ed9bf487068ea6e151e2793acf3da4028 Mon Sep 17 00:00:00 2001 From: Mickey Boxell Date: Sun, 1 May 2022 17:10:55 -0700 Subject: [PATCH] Update 2022-05-03-kubernetes-release-1.24.md --- content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md b/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md index 2fb0814099..2617b0e988 100644 --- a/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md +++ b/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md @@ -139,7 +139,6 @@ This release saw fourteen enhancements promoted to stable: * [Pod Affinity NamespaceSelector](https://github.com/kubernetes/enhancements/issues/2249): Add a `namespaceSelector` field for to pod affinity/anti-affinity spec. * [Leader Migration for Controller Managers](https://github.com/kubernetes/enhancements/issues/2436): kube-controller-manager and cloud-controller-manager can apply new controller-to-controller-manager assignment in HA control plane without downtime. * [CSR Duration](https://github.com/kubernetes/enhancements/issues/2784): Extend the CertificateSigningRequest API with a mechanism to allow clients to request a specific duration for the issued certificate. -* [Beta APIs are off by default](https://github.com/kubernetes/enhancements/issues/2784): Newly added beta APIs are not enabled by default. ### Major Changes