-
Notifications
You must be signed in to change notification settings - Fork 27
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: property-based scheduling: enable the property-based scheduling experience #744
Conversation
klog.ErrorS(err, "Failed to auto-discover region for the AKS property provider") | ||
return err | ||
klog.V(2).Info("Setting up the node tracker") | ||
if p.nodeTracker == nil { |
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.
when will the node Tracker be not nil?
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.
Ah, this is for the case where a pricing provider is plugged in directly. Node tracker will be created here in the New function if no pricing provider is provided.
Merged to unblock the progress; if there's any concern, please let me know. |
Description of your changes
This PR enables the property-based scheduling experience. It also adds additional E2E tests for the experience.
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer
No including all the tests for PR size reasons; additional tests will be submitted in separate PRs.