Skip to content

Commit ab99377

Browse files
committed
KEP-4192: minor section style changes
Signed-off-by: Stanislav Láznička <[email protected]>
1 parent 10d1877 commit ab99377

File tree

1 file changed

+7
-4
lines changed
  • keps/sig-api-machinery/4192-svm-in-tree

1 file changed

+7
-4
lines changed

keps/sig-api-machinery/4192-svm-in-tree/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,11 @@ To avoid any conflicts with the Storage Version Migrators running out of tree, w
234234
The final APIs that will be moved in-tree are:
235235
- `v1alpha1` of `storageversionmigrations.storagemigration.k8s.io`
236236

237-
### [Controller](https://github.com/kubernetes-sigs/kube-storage-version-migrator/tree/60dee538334c2366994c2323c0db5db8ab4d2838/pkg/controller) to move
238-
#### [Migrator Controller](https://github.com/kubernetes-sigs/kube-storage-version-migrator/tree/60dee538334c2366994c2323c0db5db8ab4d2838/pkg/migrator)
239-
Currently, the Storage Version Migrator comprises two controllers: the `Trigger`
237+
## Former, out-of-tree implementation
238+
- [Controller](https://github.com/kubernetes-sigs/kube-storage-version-migrator/tree/60dee538334c2366994c2323c0db5db8ab4d2838/pkg/controller) to move
239+
- [Migrator Controller](https://github.com/kubernetes-sigs/kube-storage-version-migrator/tree/60dee538334c2366994c2323c0db5db8ab4d2838/pkg/migrator)
240+
241+
Currently, the Storage Version Migrator comprises of two controllers: the `Trigger`
240242
controller and the `Migrator` controller. The Trigger controller performs resource
241243
discovery, identifying supported resources with the preferred server version every
242244
`10 minutes`. Subsequently, the Trigger controller creates the `StorageVersionMigration`
@@ -247,7 +249,8 @@ When transitioning the Storage Version Migrator in-tree, we will exclusively mov
247249
Migrator controller as a component of KCM. The creation of the Migration resource
248250
will be deferred to the user, instead of being triggered automatically.
249251

250-
### Approach
252+
### New KCM-based controller
253+
251254
#### Garbage Collection Cache
252255
Kube Controller Manager's garbage collection cache contains the name and namespace
253256
for all resources, providing a suitable dataset for the migration process. This

0 commit comments

Comments
 (0)