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 @@ -252,6 +252,18 @@ strategy.
252
252
See [ Traffic Distribution] ( /docs/reference/networking/virtual-ips/#traffic-distribution ) for more
253
253
details.
254
254
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
+
255
267
## Graduations, deprecations and removals for Kubernetes v1.30
256
268
257
269
### Graduated to stable
You can’t perform that action at this time.
0 commit comments