Skip to content

Commit

Permalink
add kueue and modelregistry configuration to DSC template (#8938)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimou authored Dec 19, 2024
1 parent 7ff4a1e commit 3f61847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ ocp4_workload_openshift_ai_codeflare: Removed
ocp4_workload_openshift_ai_dashboard: Managed
ocp4_workload_openshift_ai_datasciencepipelines: Managed
ocp4_workload_openshift_ai_kserve: Removed
ocp4_workload_openshift_ai_kueue: Removed
ocp4_workload_openshift_ai_modelmeshserving: Managed
ocp4_workload_openshift_ai_modelregistry: Removed
ocp4_workload_openshift_ai_ray: Removed
ocp4_workload_openshift_ai_trustyai: Removed
ocp4_workload_openshift_ai_workbenches: Managed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ spec:
managementState: {{ ocp4_workload_openshift_ai_datasciencepipelines }}
kserve:
{{ ocp4_workload_openshift_ai_kserve_config | to_yaml | indent(6) }}
kueue:
managementState: {{ ocp4_workload_openshift_ai_kueue }}
modelmeshserving:
managementState: {{ ocp4_workload_openshift_ai_modelmeshserving }}
modelregistry:
managementState: {{ ocp4_workload_openshift_ai_modelregistry }}
ray:
managementState: {{ ocp4_workload_openshift_ai_ray }}
trustyai:
Expand Down

0 comments on commit 3f61847

Please sign in to comment.