From 9e6623ab2716ff5dbeb547bc78db25a10eaefc28 Mon Sep 17 00:00:00 2001 From: Brad McCoy Date: Mon, 14 Aug 2023 09:33:19 +1000 Subject: [PATCH] add stable to retro assignment of sc Signed-off-by: Brad McCoy --- content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md index 7e0bbaf4aa..706aa21b32 100644 --- a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md +++ b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md @@ -141,7 +141,7 @@ This also enables sidecar containers (those will not be allowed for other init c Readiness probes of sidecars will contribute to determining the whole Pod readiness. -## Automatic, retroactive assignment of a default StorageClass +## Automatic, retroactive assignment of a default StorageClass graduates to stable This feature makes it easier to change the default StorageClass by allowing the default storage class assignment to be retroactive for existing unbound persistent volume claims without any storage class assigned.