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
Copy file name to clipboardExpand all lines: kueue-addon/README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ This controller is running on the hub, contains a credential controller and an a
130
130
-[Cluster Proxy Addon](https://github.com/open-cluster-management-io/cluster-proxy) (Optional) Enables hub-to-spoke connectivity for enhanced networking.
131
131
- Kueue installed:
132
132
- Hub Cluster with [Kueue](https://kueue.sigs.k8s.io/docs/installation/) installed and MultiKueue enabled.
133
-
- Spoke Clusters with [Kueue](https://kueue.sigs.k8s.io/docs/installation/) pre-installed, or let this addon install Kueue via [operator](https://github.com/openshift/kueue-operator) (OpenShift/OLM environments).
133
+
- Spoke Clusters with [Kueue](https://kueue.sigs.k8s.io/docs/installation/) pre-installed, or let this addon install Kueue via [operator](https://github.com/openshift/kueue-operator) (recommended for OpenShift/OLM environments).
134
134
135
135
## Quick Start
136
136
@@ -173,6 +173,7 @@ In operator-based environments (for example, OpenShift with OLM), the addon can
173
173
Prepare a values.operator.yaml with below content:
174
174
175
175
```yaml
176
+
# This is the namespace where the Kueue controller is installed; the MultiKueue secret will be copied to this namespace
176
177
kueue:
177
178
namespace: "openshift-kueue-operator"
178
179
@@ -204,9 +205,20 @@ certManagerOperator:
204
205
sourceNamespace: openshift-marketplace
205
206
startingCSV: cert-manager-operator.v1.17.0
206
207
208
+
# Kueue CR customization
209
+
kueueCR:
210
+
spec:
211
+
config:
212
+
integrations:
213
+
frameworks:
214
+
- BatchJob
215
+
managementState: Managed
216
+
207
217
# Cluster proxy configuration
208
218
clusterProxy:
209
219
url: "https://<cluster-proxy-url>"
220
+
impersonation:
221
+
enabled: true
210
222
211
223
networkPolicy:
212
224
name: kueue-allow-egress-cluster-proxy-dns
@@ -245,14 +257,14 @@ To confirm the installation from hub:
0 commit comments