-
Notifications
You must be signed in to change notification settings - Fork 716
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
feat(pod): Support custom gang scheduler via CLI argument #1050
Conversation
/test kubeflow-tf-operator-presubmit |
1 similar comment
/test kubeflow-tf-operator-presubmit |
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
/assign @johnugeorge |
LGTM, thanks :) |
In case of volcano, who takes care of creating/deleting PodDisruptionBudgets? |
Volcano does not use PodDisruptionBudget, too. It use PodGroup now. And we should take care of creation and deletion |
Is this part yet to be added? |
Got it. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @johnugeorge
/cc @k82cn
Signed-off-by: Ce Gao [email protected]
This change is