File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,18 @@ strategy.
283283See [ Traffic Distribution] ( /docs/reference/networking/virtual-ips/#traffic-distribution ) for more
284284details.
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
You can’t perform that action at this time.
0 commit comments