Skip to content

Commit

Permalink
Added a note about defaults for retry mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
mimowo committed Nov 22, 2023
1 parent 2db7353 commit 2ec6f40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keps/1136-provisioning-request-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ OwnerReference).
* Retry ProvisioningRequests with respect to the `RetryConfig` configuration in
the `ProvisioningRequestConfig`. For each attempt a new provisioning request is
created with the suffix indicating the attempt number. The corresponding admission
check will remain in the `Pending` state until the retries end.
check will remain in the `Pending` state until the retries end. The max number
of retries is 3, and the interval between attempts grows exponentially, starting
from 1min (1, 2, 4 min).

The definition of `ProvisioningRequestConfig` is relatively simple and is based on
what can be set in `ProvisioningRequest`.
Expand Down

0 comments on commit 2ec6f40

Please sign in to comment.