Skip to content

Commit ad7a1c8

Browse files
committed
Update beta requirements for kep-4192
1 parent 5df9a0b commit ad7a1c8

File tree

1 file changed

+3
-0
lines changed
  • keps/sig-api-machinery/4192-svm-in-tree

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ total:
391391
- All of the above documented tests are complete
392392
- Leader election to make sure new controller can work with both CRD and in-tree APIs.
393393
- Using Garbage Collection Cache means using RV as an integer to validate the freshness of the cache. Approval from SigArch is required on this RV semantics.
394+
- Unexpected event handling(i.e. interrupted migrations)
395+
- Usage of [RealFIFO](https://github.com/kubernetes/kubernetes/pull/129568) and gating on feature enablement
396+
- Ensuring that migration only runs for API objects that support Create/Update in its discovery document
394397

395398
### Upgrade / Downgrade Strategy
396399
The feature is enabled using the feature gate `StorageVersionMigrator`. During an upgrade, this gate must be set to true. During a downgrade, this gate must be set to false, and any remaining _StorageVersionMigration_ resources should be manually removed.

0 commit comments

Comments
 (0)