-
Notifications
You must be signed in to change notification settings - Fork 0
Init #1
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
base: master
Are you sure you want to change the base?
Init #1
Conversation
…r, reran all codegen
…lugins that aren't used
…under consideration would put the node over utilization
| // app.WithPlugin(capacityscheduling.Name, capacityscheduling.New), | ||
| // app.WithPlugin(coscheduling.Name, coscheduling.New), | ||
| // app.WithPlugin(loadvariationriskbalancing.Name, loadvariationriskbalancing.New), | ||
| // app.WithPlugin(networkoverhead.Name, networkoverhead.New), | ||
| // app.WithPlugin(topologicalsort.Name, topologicalsort.New), | ||
| // app.WithPlugin(noderesources.AllocatableName, noderesources.NewAllocatable), | ||
| // app.WithPlugin(noderesourcetopology.Name, noderesourcetopology.New), | ||
| // app.WithPlugin(preemptiontoleration.Name, preemptiontoleration.New), | ||
| // app.WithPlugin(targetloadpacking.Name, targetloadpacking.New), | ||
| // app.WithPlugin(lowriskovercommitment.Name, lowriskovercommitment.New), | ||
| // app.WithPlugin(sysched.Name, sysched.New), | ||
| // app.WithPlugin(peaks.Name, peaks.New), | ||
| // // Sample plugins below. | ||
| // // app.WithPlugin(crossnodepreemption.Name, crossnodepreemption.New), | ||
| // app.WithPlugin(podstate.Name, podstate.New), | ||
| // app.WithPlugin(qos.Name, qos.New), |
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.
Why are we commenting these out?
If we don't need them, should we just delete?
terraboops
left a comment
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.
Looks good to me.
Are you sure we should be committing the generated files? I have seen both approaches in Kubernetes controller land and I'm not sure what the tradeoffs are, but generally speaking I find it's easier to .gitignore generated files.
Approved regardless; we can cleanup generated files later if we decide to.
init