generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 518
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
What would you like to be cleaned:
I would like to eliminate the global state from the TrainJob reconciler https://github.com/kubernetes-sigs/kueue/blob/main/pkg/controller/jobs/trainjob/trainjob_controller.go#L87
Why is this needed:
This is causing non-obvious problems in the MultiKueue integration tests, as we encountered in the PR: https://github.com/kubernetes-sigs/kueue/pull/8341/changes#r2766310790
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.