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
A valid ClusterTopology CR is a requirement for TAS to be enabled. We need the following:
Validation checks to ensure ClusterTopology CR is well-formed.
Validation checks to ensure workload specs align with topology CR
Define appropriate workflows to enable and disable TAS
Define appropriate workflows to update the ClusterTopology CR
Why is this needed?
The ClusterTopology CR is used to map the scheduling constraints of a workload to the actual cluster constraints. So, any changes to the CR will impact workloads that are already submitted with topology constraints.