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
$ operator-sdk olm status
FATA[0003] Failed to get OLM status: error getting installed OLM version (set --version to override the default version): no existing installation found
When trying to install OLM
$ operator-sdk olm install
INFO[0003] Fetching CRDs for version "latest"
INFO[0003] Fetching resources for resolved version "latest"
FATA[0004] Failed to install OLM version "latest": detected existing OLM resources: OLM must be completely uninstalled before installation
I can see in the documentation that OLM is installed by default in OpenShift 4.0 and above
The sdk command that checks if OLM is installed is looking for a vanilla kube installation. On OCP there are some key differences to what and how OLM is installed and I don't believe that the sdk is attempting to check for it. It's also worth mentioning that on OCP there is not a direct relationship between that installed version and a specific upstream release.
Bug Report
What did you do?
Trying to detect installed OLM
When trying to install OLM
I can see in the documentation that OLM is installed by default in OpenShift 4.0 and above
Environment
OpenShift 4.6.16
The text was updated successfully, but these errors were encountered: