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
I am trying to install ODF on OKD 4.17 - since the latest image I could find for ODF is 4.15 - I tried to install it- but when I checked the operator install status, I observed that csv changes from Succeeded to Installing to Succeeded in a continuous loop.
When I check the pods, I see the odf-operator-controller-manager pod is in a CrashLoopBackOff status with the log saying:
2024-12-11T18:40:28Z ERROR setup problem running manager {"error": "ConsolePlugin.console.openshift.io \"odf-console\" is invalid: [spec.proxy[0].service.name: Invalid value: \"\": spec.proxy[0].service.name in body should be at least 1 chars long, spec.proxy[0].service.namespace: Invalid value: \"\": spec.proxy[0].service.namespace in body should be at least 1 chars long, spec.proxy[0].service.port: Invalid value: 0: spec.proxy[0].service.port in body should be greater than or equal to 1, spec.proxy[0].type: Invalid value: \"\": spec.proxy[0].type in body should match '^(Service)$', spec.service.port: Invalid value: 0: spec.service.port in body should be greater than or equal to 1, spec.service.name: Invalid value: \"\": spec.service.name in body should be at least 1 chars long, spec.service.namespace: Invalid value: \"\": spec.service.namespace in body should be at least 1 chars long]"}
OKD version: 4.17.0-0.okd-scos-2024-09-30-101739
ODF version - all 3 versions for 4.15
4.15.0-2024-07-04-202604
4.15.0-2024-06-03-100635
4.15.0-2024-07-04-202604
The text was updated successfully, but these errors were encountered:
Looks like the current version of the OKDerator ODF Operator is not compatible with 4.17. I'm doing a test upgrade on a dev cluster from OKD 4.15 -> 4.16 -> 4.17 and the 4.15 -> 4.16 upgrade went fine, but 4.16 -> 4.17 OKD upgrade is getting stuck with this error, which seems related to your issue:
Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: IncompatibleOperatorsInstalled: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.15.0-2024-10-16-184240 is incompatible with OpenShift minor versions greater than 4.16
I am trying to install ODF on OKD 4.17 - since the latest image I could find for ODF is 4.15 - I tried to install it- but when I checked the operator install status, I observed that csv changes from Succeeded to Installing to Succeeded in a continuous loop.
When I check the pods, I see the odf-operator-controller-manager pod is in a CrashLoopBackOff status with the log saying:
2024-12-11T18:40:28Z ERROR setup problem running manager {"error": "ConsolePlugin.console.openshift.io \"odf-console\" is invalid: [spec.proxy[0].service.name: Invalid value: \"\": spec.proxy[0].service.name in body should be at least 1 chars long, spec.proxy[0].service.namespace: Invalid value: \"\": spec.proxy[0].service.namespace in body should be at least 1 chars long, spec.proxy[0].service.port: Invalid value: 0: spec.proxy[0].service.port in body should be greater than or equal to 1, spec.proxy[0].type: Invalid value: \"\": spec.proxy[0].type in body should match '^(Service)$', spec.service.port: Invalid value: 0: spec.service.port in body should be greater than or equal to 1, spec.service.name: Invalid value: \"\": spec.service.name in body should be at least 1 chars long, spec.service.namespace: Invalid value: \"\": spec.service.namespace in body should be at least 1 chars long]"}
OKD version: 4.17.0-0.okd-scos-2024-09-30-101739
ODF version - all 3 versions for 4.15
4.15.0-2024-07-04-202604
4.15.0-2024-06-03-100635
4.15.0-2024-07-04-202604
The text was updated successfully, but these errors were encountered: