Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing ODF operator results in error #24

Open
AbhishekBandarupalle opened this issue Dec 12, 2024 · 1 comment
Open

Installing ODF operator results in error #24

AbhishekBandarupalle opened this issue Dec 12, 2024 · 1 comment

Comments

@AbhishekBandarupalle
Copy link

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

@ewaldmire
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants