We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem
When jobs are submitted. If they are rejected as they don't meet the requirements of an admission webhook they have their lease returned.
This causes them to constantly bounce between being submitted and being returned.
If they are rejected by an admission webhook, likely they'll always be rejected by it.
Solution When they are rejected due to admission webhook, the job should be failed rather than having lease returned.
The text was updated successfully, but these errors were encountered:
Adding scheduler metrics to expose cluster cordoned status (#261)
e5289c1
Adding scheduler metrics to expose cluster cordoned status (#261) (#4019
b1d9168
) Co-authored-by: Mustafa Ilyas <[email protected]>
No branches or pull requests
Problem
When jobs are submitted. If they are rejected as they don't meet the requirements of an admission webhook they have their lease returned.
This causes them to constantly bounce between being submitted and being returned.
If they are rejected by an admission webhook, likely they'll always be rejected by it.
Solution
When they are rejected due to admission webhook, the job should be failed rather than having lease returned.
The text was updated successfully, but these errors were encountered: