-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Apply algorithm in scheduler by feature gates. #52723
Conversation
/cc @gmarek Working on the integration test for TaintNodeByCondition :). |
de7fb14
to
13fcf4a
Compare
7871224
to
b1f3422
Compare
nil, | ||
clientset, | ||
time.Second, | ||
100, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either use named variables for all those values, or add comments by them explaining which is what.
1d608ef
to
9261c6f
Compare
/retest |
// Apply features for algorithm providers. | ||
utilfeature.DefaultFeatureGate.Set("TaintNodesByCondition=True") | ||
|
||
ApplyFeatures() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ApplyFeatures/ApplyFeatureGates/
/lgtm Thanks, @k82cn! |
/retest |
@gmarek , do nodeController part ok to you? |
/assign @gmarek |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat, gmarek, k82cn Associated issue: 42001 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
/retest |
Automatic merge from submit-queue (batch tested with PRs 52723, 53271). If you want to cherry-pick this change to another branch, please follow the instructions here. |
@k82cn This caused GKE GPU tests and GKE Device plugin tests to fail: Diff between passing and failing runs: GKE Device Plugin Tests: GKE GPU Tests: |
wow, let me handle that :). |
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): part of #42001Release note: