Skip to content

Commit

Permalink
Update keps/sig-api-machinery/2339-storageversion-api-for-ha-api-serv…
Browse files Browse the repository at this point in the history
…ers/README.md

Co-authored-by: Joe Betz <[email protected]>
  • Loading branch information
richabanker and jpbetz authored Mar 25, 2024
1 parent 90c058f commit 3f9ab7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ correct order.

1. Storageversion updates will be triggered by CRD create and update watch events
2. We will perform async updates of storageversions such that we do not block writes of other unrelated APIs(for ex, crdA writes waiting for update of crdB's storageversion). These requests should be handled asynchronously
3. We will block a storageversion update until the teardown of prev storage is finished
3. We will block a storageversion update until the teardown of prev CRD storage is finished. If reconciliation finds storageversions requiring update and it detects that the CRD storage has already been updated, the storageversion can be updated immediately
1. this means we will wait to update storageversion of a CRD until
1. old storage of the same CRD is deleted
2. pending CR writes using old storageversion of the same CRD are completed
Expand Down

0 comments on commit 3f9ab7f

Please sign in to comment.