Skip to content

Commit

Permalink
Merge pull request #44 from wking/readme-purpose-docs
Browse files Browse the repository at this point in the history
README: Stub in brief purpose docs
  • Loading branch information
sttts committed Jun 2, 2021
2 parents 148ab2a + 06cc7bc commit c4f4f8b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1 +1,9 @@
# cluster-kube-storage-version-migrator-operator
# kube-storage-version-migrator operator

This operator manages the [kube-storage-version-migrator][migrator], which:

* Detects changes of the default storage version of a resource type by polling the API server's discovery document.
* Creates migration requests for resource types whose storage version changes.
* Processes migration requests by geting all objects of the migrated type and writing them back the API server without modification. The purpose is to trigger the API server to encode the object in the latest storage version before storing it.

[migrator]: https://github.com/openshift/kubernetes-kube-storage-version-migrator

0 comments on commit c4f4f8b

Please sign in to comment.