-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
RHODS_1.31.0_GA
-
None
Description of problem:
Installing RHODS 1.31 RC4 with Operator V2 and Data Science Cluster components:
dashboard:true,datasciencepipelines:true,distributedWorkloads:false,modelmeshserving:true,workbenches:true,codeflare:true,ray:true,kserve:true
But getting error after install:
Component reconciliation failed: no matches for kind "MCAD" in version "codeflare.codeflare.dev/v1alpha1"
Prerequisites (if any, like setup, operators/versions):
- OCP 4.13 on GCP
- registry-proxy.engineering.redhat.com/rh-osbs/iib:554182 + alpha channel
Steps to Reproduce
- Install RHODS 1.31 RC4 with Operator V2 and Data Science Cluster components: dashboard:true,datasciencepipelines:true,distributedWorkloads:false,modelmeshserving:true,workbenches:true,codeflare:true,ray:true,kserve:true
- Check Data Science Cluster component status
Actual results:

apiVersion: datasciencecluster.opendatahub.io/v1alpha1
kind: DataScienceCluster
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: >
{"apiVersion":"datasciencecluster.opendatahub.io/v1alpha1","kind":"DataScienceCluster","metadata":{"annotations":{},"name":"default"},"spec":{"components":{"codeflare":{"enabled":true},"dashboard":{"enabled":false},"datasciencepipelines":{"enabled":false},"kserve":{"enabled":true},"modelmeshserving":{"enabled":false},"ray":{"enabled":true},"workbenches":{"enabled":false}}}}
creationTimestamp: '2023-08-11T12:30:38Z'
generation: 1
managedFields:
- apiVersion: datasciencecluster.opendatahub.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
'f:metadata':
'f:annotations':
.: {}
'f:kubectl.kubernetes.io/last-applied-configuration': {}
'f:spec':
.: {}
'f:components':
.: {}
'f:codeflare':
.: {}
'f:enabled': {}
'f:dashboard':
.: {}
'f:enabled': {}
'f:datasciencepipelines':
.: {}
'f:enabled': {}
'f:kserve':
.: {}
'f:enabled': {}
'f:modelmeshserving':
.: {}
'f:enabled': {}
'f:ray':
.: {}
'f:enabled': {}
'f:workbenches':
.: {}
'f:enabled': {}
manager: kubectl-client-side-apply
operation: Update
time: '2023-08-11T12:30:38Z'
- apiVersion: datasciencecluster.opendatahub.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
'f:status':
.: {}
'f:conditions': {}
'f:installedComponents':
.: {}
'f:data-science-pipelines-operator': {}
'f:kserve': {}
'f:model-mesh': {}
'f:odh-dashboard': {}
'f:ray': {}
'f:workbenches': {}
'f:phase': {}
manager: manager
operation: Update
subresource: status
time: '2023-08-14T12:07:03Z'
name: default
resourceVersion: '955523'
uid: 81f0aaac-8dc3-4bd0-876e-715adcccd580
spec:
components:
codeflare:
enabled: true
dashboard:
enabled: false
datasciencepipelines:
enabled: false
kserve:
enabled: true
modelmeshserving:
enabled: false
ray:
enabled: true
workbenches:
enabled: false
status:
conditions:
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-11T12:31:01Z'
message: >-
DataScienceCluster resource reconciled with component errors:
map[codeflare:no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"]
reason: ReconcileCompletedWithComponentErrors
status: 'True'
type: ReconcileComplete
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-11T12:31:01Z'
message: >-
DataScienceCluster resource reconciled with component errors:
map[codeflare:no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"]
reason: ReconcileCompletedWithComponentErrors
status: 'True'
type: Available
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-11T12:31:01Z'
message: >-
DataScienceCluster resource reconciled with component errors:
map[codeflare:no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"]
reason: ReconcileCompletedWithComponentErrors
status: 'False'
type: Progressing
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-11T12:30:38Z'
message: >-
DataScienceCluster resource reconciled with component errors:
map[codeflare:no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"]
reason: ReconcileCompletedWithComponentErrors
status: 'False'
type: Degraded
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-11T12:31:01Z'
message: >-
DataScienceCluster resource reconciled with component errors:
map[codeflare:no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"]
reason: ReconcileCompletedWithComponentErrors
status: 'True'
type: Upgradeable
- lastHeartbeatTime: '2023-08-14T12:06:47Z'
lastTransitionTime: '2023-08-14T12:06:47Z'
message: Component reconciled successfully
reason: ReconcileCompleted
status: 'True'
type: kserveReady
- lastHeartbeatTime: '2023-08-14T12:06:58Z'
lastTransitionTime: '2023-08-14T12:06:58Z'
message: >-
Component reconciliation failed: no matches for kind "MCAD" in version
"codeflare.codeflare.dev/v1alpha1"
reason: ReconcileFailed
status: 'False'
type: codeflareReady
- lastHeartbeatTime: '2023-08-14T12:07:03Z'
lastTransitionTime: '2023-08-14T12:07:03Z'
message: Component reconciled successfully
reason: ReconcileCompleted
status: 'True'
type: rayReady
installedComponents:
data-science-pipelines-operator: false
kserve: true
model-mesh: false
odh-dashboard: false
ray: true
workbenches: false
phase: Ready
Expected results:
Reproducibility (Always/Intermittent/Only Once):