generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added:
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:
- Design doc (KEP update)
- API change
- Docs update
The artifacts should be linked in subsequent comments.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.