-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
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
When volcano-admission pod not running, create other pod can faild #3734
Comments
/assign |
I have two ideas:
|
i think the problem of pod creation failing after a webhook crash is a common problem with webhooks. If you want other pods in the cluster not to be affected, you can modify the failurePolicy field of the webhook. |
The first solution change |
You can also disable the webhook don't need. |
I don't think the solution of configuring failurePolicy=Ignore is very good. I suggest that we can configure matchConditions.
|
I think the key question is whether we need to set this feature as the default configuration for helm installation. Is this what you mean? |
yes. |
It's ok to me, but change failurePolicy to Ignore is also needed: ) |
/good-first-issue |
@Monokaix: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
When volcano-admission pod crash, It will affect me creating other pods.
Steps to reproduce the issue
Describe the results you received and expected
received results
expected results: can create pod success.
What version of Volcano are you using?
1.9.0
Any other relevant information
No response
The text was updated successfully, but these errors were encountered: