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
Fail validation for ClusterQueue in case the MultiKueue admission check is configured only for a subset of flavors.
This can be now done with a similar mechanism to this: #1913.
Why is this needed:
The managedBy field is immutable, so we cannot change it per flavor.
To fail fast and avoid debugging of customer issues when using MultiKueue for a subset of flavors.
mimowo
changed the title
[MultiKueue] Report ClusterQueue as inactive (miconfigured) if not applied to all flavors
[MultiKueue] Report ClusterQueue as inactive (misconfigured) if not applied to all flavors
Apr 22, 2024
What would you like to be added:
Fail validation for ClusterQueue in case the MultiKueue admission check is configured only for a subset of flavors.
This can be now done with a similar mechanism to this: #1913.
Why is this needed:
The managedBy field is immutable, so we cannot change it per flavor.
To fail fast and avoid debugging of customer issues when using MultiKueue for a subset of flavors.
Proposed approach
A mechanism similar to this one: #1635
The text was updated successfully, but these errors were encountered: