Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA: enable the DRA feature gate whenever the DRA flag is passed
This is needed so that the scheduler code correctly includes and executes the DRA plugin. We could just use the feature gate instead of the DRA flag in CA (the feature gates flag is already there, just not really used), but I guess there could be use-cases for having DRA enabled in the cluster but not in CA (e.g. DRA being tested in the cluster, CA only operating on non-DRA nodes/pods).
- Loading branch information