generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
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.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
0.14.0 Candidates