Skip to content

Commit

Permalink
Update defaults for modelmesh
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Nov 28, 2023
1 parent 0f9fe32 commit 6eb6d4a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 9 additions & 1 deletion bundle/manifests/rhods-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"managementState": "Managed"
},
"modelmeshserving": {
"managementState": "Removed"
"managementState": "Managed"
},
"ray": {
"managementState": "Removed"
Expand Down Expand Up @@ -64,6 +64,14 @@ metadata:
"monitoring": {
"managementState": "Managed",
"namespace": "redhat-ods-monitoring"
},
"serviceMesh": {
"controlPlane": {
"metricsCollection": "Istio",
"name": "data-science-smcp",
"namespace": "istio-system"
},
"managementState": "Managed"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
kserve:
managementState: "Managed"
modelmeshserving:
managementState: "Removed"
managementState: "Managed"
ray:
managementState: "Removed"
workbenches:
Expand Down
6 changes: 6 additions & 0 deletions config/samples/dscinitialization_v1_dscinitialization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ spec:
managementState: "Managed"
namespace: 'redhat-ods-monitoring'
applicationsNamespace: 'redhat-ods-applications'
serviceMesh:
controlPlane:
metricsCollection: Istio
name: data-science-smcp
namespace: istio-system
managementState: Managed

2 changes: 1 addition & 1 deletion pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func CreateDefaultDSC(cli client.Client, platform deploy.Platform) error {
Component: components.Component{ManagementState: operatorv1.Managed},
},
ModelMeshServing: modelmeshserving.ModelMeshServing{
Component: components.Component{ManagementState: operatorv1.Removed},
Component: components.Component{ManagementState: operatorv1.Managed},
},
DataSciencePipelines: datasciencepipelines.DataSciencePipelines{
Component: components.Component{ManagementState: operatorv1.Managed},
Expand Down

0 comments on commit 6eb6d4a

Please sign in to comment.