Skip to content

Commit 8774faf

Browse files
authored
Merge pull request #45923 from nilekhc/nilekh/d/add_sig_api_machinery_enhancements_v1.30
docs: adds SVM details to enhancement blog post
2 parents 78f7ce0 + eb41880 commit 8774faf

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
@@ -283,6 +283,18 @@ strategy.
283283
See [Traffic Distribution](/docs/reference/networking/virtual-ips/#traffic-distribution) for more
284284
details.
285285

286+
### Storage Version Migration ([SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery))
287+
Kubernetes v1.30 introduces a new built-in API for _StorageVersionMigration_.
288+
Kubernetes relies on API data being actively re-written, to support some
289+
maintenance activities related to at rest storage. Two prominent examples are
290+
the versioned schema of stored resources (that is, the preferred storage schema
291+
changing from v1 to v2 for a given resource) and encryption at rest (that is,
292+
rewriting stale data based on a change in how the data should be encrypted).
293+
294+
StorageVersionMigration is alpha API which was available [out of tree](https://github.com/kubernetes-sigs/kube-storage-version-migrator) before.
295+
296+
See [storage version migration](/docs/tasks/manage-kubernetes-objects/storage-version-migration) for more details.
297+
286298
## Graduations, deprecations and removals for Kubernetes v1.30
287299

288300
### Graduated to stable

0 commit comments

Comments
 (0)