You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Retry mechanism for AdmissionChecks.
Why is this needed:
Currently there is no retry mechanism for AdmissionChecks. There is a deprecated field admissionCheckSpec.retryDelayMinutes which was never supported and will be remove in API v1beta2. In the AdmissionCheck API there is the Retry, however the workload controller evicts the Workload without retrying it. Hence, there is a lot of improvement potential for the retry mechanism.
Completion requirements:
This enhancement requires the following artifacts:
Design doc
API change
Docs update
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Retry mechanism for AdmissionChecks.
Why is this needed:
Currently there is no retry mechanism for AdmissionChecks. There is a deprecated field
admissionCheckSpec.retryDelayMinutes
which was never supported and will be remove in API v1beta2. In the AdmissionCheck API there is theRetry
, however the workload controller evicts the Workload without retrying it. Hence, there is a lot of improvement potential for the retry mechanism.Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: