docs: adds SVM details to enhancement blog post

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
pull/45923/head
Nilekh Chaudhari 2024-04-18 20:17:22 +00:00
parent 96aea8d65f
commit eb41880e33
No known key found for this signature in database
GPG Key ID: 71276AA0BA8ED691
1 changed files with 12 additions and 0 deletions

View File

@ -252,6 +252,18 @@ strategy.
See [Traffic Distribution](/docs/reference/networking/virtual-ips/#traffic-distribution) for more
details.
### Storage Version Migration ([SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery))
Kubernetes v1.30 introduces a new built-in API for _StorageVersionMigration_.
Kubernetes relies on API data being actively re-written, to support some
maintenance activities related to at rest storage. Two prominent examples are
the versioned schema of stored resources (that is, the preferred storage schema
changing from v1 to v2 for a given resource) and encryption at rest (that is,
rewriting stale data based on a change in how the data should be encrypted).
StorageVersionMigration is alpha API which was available [out of tree](https://github.com/kubernetes-sigs/kube-storage-version-migrator) before.
See [storage version migration](/docs/tasks/manage-kubernetes-objects/storage-version-migration) for more details.
## Graduations, deprecations and removals for Kubernetes v1.30
### Graduated to stable