Skip to content

Commit 4b32eda

Browse files
bradmccoydevTim Bannister
andauthored
Update content/en/blog/_posts/2023-08-15-kubernetes-1.28-blog.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent b076154 commit 4b32eda

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

content/en/blog/_posts/2023-08-15-kubernetes-1.28-blog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,14 @@ To learn more, read [API for sidecar containers](/docs/concepts/workloads/pods/i
160160

161161
## Automatic, retroactive assignment of a default StorageClass graduates to stable
162162

163-
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.
164-
165-
This changes the behavior of default storage class assignment to be retroactive for existing unbound persistent volume claims without any storage class assigned. This changes the existing Kubernetes behavior slightly, which is further described in the sections below.
163+
Kubernetes automatically sets a `storageClassName` for a PersistentVolumeClaim (PVC) if you don't provide
164+
a value. The control plane also sets a StorageClass for any existing PVC that doesn't have a `storageClassName`
165+
defined.
166+
Previous versions of Kubernetes also had this behavior; for Kubernetes v1.28 is is automatic and always
167+
active; the feature has graduated to stable (general availability).
168+
169+
To learn more, read about [StorageClass](/docs/concepts/storage/storage-classes/) in the Kubernetes
170+
documentation.
166171

167172
## Pod replacement policy for Jobs (alpha) {#pod-replacement-policy}
168173

0 commit comments

Comments
 (0)