-
Notifications
You must be signed in to change notification settings - Fork 753
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
Error loading Operands for argocd-operator in argocd: r: Failed to list operands: could not find underlying CSV for operator argocd-operator.argocd #1458
Comments
What is the Openshift and ArgoCD Operator version? |
hi |
I could successfully install and uninstall the operator on Openshift 4.14. Can you check operator subscription and events to see if there are any errors during install? Other thing which you can try is to clean up all argocd-operator resources like operands, subscription, crd, csv manually to do a clean fresh install. |
I'm having the exact same issue, 4.14.30 |
An update: I've cleaned up everything and tried installing following versions: 0.9.0, 0.8.0, 0.10.0 and 0.10.1. Same issue as above on all. On openshift 4.14.18 it works as expected. |
Is it possible to share the error logs? |
Any specific thing you want to see? The only thing similar to an error that I see is the screenshot above posted by UriZafrir. |
For what it's worth I updated our 4.14.18 cluster to 4.14.30 and couldn't reproduce it on that specific cluster. |
Ok so I found the error in the catalog pod in the openshift-operator-lifecycle-manager namespace. oc delete jobs.batch $ID -n openshift-marketplace |
Glad to hear that. By any chance, do you remember what the error message said? |
Describe the bug
can't install argo-cd on openshift
To Reproduce
Steps to reproduce the behavior:
it remains stuck as in the screenshot below.
When i get to uninstall it it prints
"Error loading Operands for argocd-operator in argocd: r: Failed to list operands: could not find underlying CSV for operator argocd-operator.argocd"
i also get no resources for it:
oc get all -n argocd
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
No resources found in argocd namespace.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: