Skip to content

Commit b7d95d4

Browse files
committed
Update Kueue install mode to OwnNamespace
Our operator does not need to watch events on all namespaces, so let's change it to OwnNamespace.
1 parent 97540a0 commit b7d95d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bundle/manifests/kueue-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
]
2929
capabilities: Basic Install
3030
console.openshift.io/operator-monitoring-default: "true"
31-
createdAt: "2025-10-08T16:12:38Z"
31+
createdAt: "2025-10-10T18:52:49Z"
3232
features.operators.openshift.io/cnf: "false"
3333
features.operators.openshift.io/cni: "false"
3434
features.operators.openshift.io/csi: "false"
@@ -305,13 +305,13 @@ spec:
305305
serviceAccountName: openshift-kueue-operator
306306
strategy: deployment
307307
installModes:
308-
- supported: false
308+
- supported: true
309309
type: OwnNamespace
310310
- supported: false
311311
type: SingleNamespace
312312
- supported: false
313313
type: MultiNamespace
314-
- supported: true
314+
- supported: false
315315
type: AllNamespaces
316316
keywords:
317317
- kueue-operator

deploy/base-csv/kueue-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ spec:
4444
mediatype: "image/png"
4545
install:
4646
installModes:
47-
- supported: false
47+
- supported: true
4848
type: OwnNamespace
4949
- supported: false
5050
type: SingleNamespace
5151
- supported: false
5252
type: MultiNamespace
53-
- supported: true
53+
- supported: false
5454
type: AllNamespaces
5555
keywords:
5656
- kueue-operator

0 commit comments

Comments
 (0)