You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow scheduling workloads without TAS annotations (kueue.x-k8s.io/podset-required-topology or kueue.x-k8s.io/podset-preferred-topology) on every PodSet.
The idea is to default the annotations, but we need to decide where is the configuration.
Why is this needed:
Currently, users of TAS need to set annotations on every PodTemplate. While this gives control, it also creates friction and room for error, because users may forget to set the annotation. Also, most users want to use the "preferred" mode, and they don't need to control the topology level.
Completion requirements:
This enhancement requires the following artifacts:
Maybe ResourceFlavor? Since it's usually related to the machine type and it can benefit only some of the machine types? Maybe the default could be kubernetes.io/hostname since it seems to give the best compact placement?
What would you like to be added:
Allow scheduling workloads without TAS annotations (
kueue.x-k8s.io/podset-required-topology
orkueue.x-k8s.io/podset-preferred-topology
) on every PodSet.The idea is to default the annotations, but we need to decide where is the configuration.
Why is this needed:
Currently, users of TAS need to set annotations on every PodTemplate. While this gives control, it also creates friction and room for error, because users may forget to set the annotation. Also, most users want to use the "preferred" mode, and they don't need to control the topology level.
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: