Skip to content

Conversation

@logyball
Copy link
Collaborator

init

@logyball logyball self-assigned this Sep 26, 2025
Comment on lines +37 to +52
// 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),

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?

Copy link

@terraboops terraboops left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants