Skip to content

Commit eb41880

Browse files
committed
docs: adds SVM details to enhancement blog post
Signed-off-by: Nilekh Chaudhari <[email protected]>
1 parent 96aea8d commit eb41880

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/en/blog/_posts/2024-04-17-kubernetes-1.30.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,18 @@ strategy.
252252
See [Traffic Distribution](/docs/reference/networking/virtual-ips/#traffic-distribution) for more
253253
details.
254254

255+
### Storage Version Migration ([SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery))
256+
Kubernetes v1.30 introduces a new built-in API for _StorageVersionMigration_.
257+
Kubernetes relies on API data being actively re-written, to support some
258+
maintenance activities related to at rest storage. Two prominent examples are
259+
the versioned schema of stored resources (that is, the preferred storage schema
260+
changing from v1 to v2 for a given resource) and encryption at rest (that is,
261+
rewriting stale data based on a change in how the data should be encrypted).
262+
263+
StorageVersionMigration is alpha API which was available [out of tree](https://github.com/kubernetes-sigs/kube-storage-version-migrator) before.
264+
265+
See [storage version migration](/docs/tasks/manage-kubernetes-objects/storage-version-migration) for more details.
266+
255267
## Graduations, deprecations and removals for Kubernetes v1.30
256268

257269
### Graduated to stable

0 commit comments

Comments
 (0)