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
We cannot run workloads requesting TAS via MultiKueue. This is problematic, because TAS workloads have dedicated annotations like "preferred: rack". However workloads with such annotations only match TAS ResourceFlavors.
What you expected to happen:
We can configure Kueue to schedule workloads requesting TAS via MultiKueue. They should execute on the workers, but we should have a way to run them.
The natural approach is to configure TAS RF on the management cluster (both on manager and worker).
How to reproduce it (as minimally and precisely as possible):
Setup MultiKueue and configure CQ using TAS ResourceFlavor. The CQ will get deactivated immediately because of the soft validation we have:
messages=append(messages, fmt.Sprintf("Cannot use multiple MultiKueue AdmissionChecks on the same ClusterQueue, found: %v", stringsutils.Join(c.multiKueueAdmissionChecks, ",")))
}
The text was updated successfully, but these errors were encountered:
What happened:
We cannot run workloads requesting TAS via MultiKueue. This is problematic, because TAS workloads have dedicated annotations like "preferred: rack". However workloads with such annotations only match TAS ResourceFlavors.
What you expected to happen:
We can configure Kueue to schedule workloads requesting TAS via MultiKueue. They should execute on the workers, but we should have a way to run them.
The natural approach is to configure TAS RF on the management cluster (both on manager and worker).
How to reproduce it (as minimally and precisely as possible):
kueue/pkg/cache/clusterqueue.go
Lines 243 to 246 in 4bfc9a0
The text was updated successfully, but these errors were encountered: