From df35b646e8deb27f160b2043f6a7ce7299e8d497 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Wed, 3 Apr 2024 13:27:05 +0200 Subject: [PATCH] Add kueue and dsci configuration Signed-off-by: David Kornel --- open-data-hub/install/data-science-cluster.yaml | 2 ++ open-data-hub/install/dsci.yaml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 open-data-hub/install/dsci.yaml diff --git a/open-data-hub/install/data-science-cluster.yaml b/open-data-hub/install/data-science-cluster.yaml index 79df9244..a7c3bb40 100644 --- a/open-data-hub/install/data-science-cluster.yaml +++ b/open-data-hub/install/data-science-cluster.yaml @@ -12,6 +12,8 @@ spec: managementState: "Managed" kserve: managementState: "Managed" + kueue: + managementState: "Managed" modelmeshserving: managementState: "Managed" ray: diff --git a/open-data-hub/install/dsci.yaml b/open-data-hub/install/dsci.yaml new file mode 100644 index 00000000..12778f2b --- /dev/null +++ b/open-data-hub/install/dsci.yaml @@ -0,0 +1,17 @@ +apiVersion: dscinitialization.opendatahub.io/v1 +kind: DSCInitialization +metadata: + name: default-dsci +spec: + applicationsNamespace: opendatahub + devFlags: + logmode: production + monitoring: + managementState: Managed + namespace: opendatahub + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Managed \ No newline at end of file