Skip to content

Commit 7a06972

Browse files
committed
Fix the feature flag setting
1 parent 7f18e81 commit 7a06972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/management/kubectl-apply/manifests/kueue-v0.12.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12958,7 +12958,7 @@ spec:
1295812958
- args:
1295912959
- --config=/controller_manager_config.yaml
1296012960
- --zap-log-level=2
12961-
- --enable-topology-aware-scheduling=true
12961+
- --feature-gates=TopologyAwareScheduling=true
1296212962
command:
1296312963
- /manager
1296412964
image: registry.k8s.io/kueue/kueue:v0.12.2

0 commit comments

Comments
 (0)