-
Notifications
You must be signed in to change notification settings - Fork 969
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
In webhook add match condition by scheduler name filter pod resources #3748
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cc @Monokaix |
99d5d25
to
917b858
Compare
da6069b
to
8466dba
Compare
8466dba
to
0e2ab68
Compare
Are there other webhook also need this? |
Why add a new file installer/volcano-latest.yaml, you want to override the vocano-deployment.yaml? |
I don't think other webhook are needed because they are all volcano resources. |
No, because i merge pr fail for ci jobs in lint check step. so i followed the prompts generate https://github.com/volcano-sh/volcano/actions/runs/11046591401/job/30686212838 |
This file should |
got it, we can change this tips? make it executable locally.
|
You can do that but notice that the generated file location is related with the env |
0e2ab68
to
22ab288
Compare
22ab288
to
37f839c
Compare
Ok,thanks, having remove release file |
37f839c
to
c35fab0
Compare
I'm not sure if this change is necessary, or I prefer not to accept it. |
The volcano scheduling name can be modified, but I don't see this parameter in the helm chart |
I mean there is no place to modify in the helm chart. |
We can add this field instead of fixing its name |
set a separate custom flag for helm? |
Add a field in helm to modify |
I can commit a pr to add this field. |
You can do it in this pr. |
c35fab0
to
516214c
Compare
Signed-off-by: rongfu.leng <[email protected]>
516214c
to
8e512c2
Compare
/ok-to-test |
Hi, any update? |
no update. |
Add
matchConditions
in webhook when rules is pod resources create operation, to validateobject.spec.schedulerName
whether is default volcano scheduler namevolcano
, current we don't consider scheduler name change./kind feature
fixes: #3734