-
Notifications
You must be signed in to change notification settings - Fork 545
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
Can't deploy OLM onto OpenShift #436
Comments
I think the command should probably be:
Edit: Edit 2: |
@djwhatle Good catch. Also, OLM currently requires Kubernetes v1.11 and I believe the version of OpenShift (v3.10) that minishift starts corresponds to Kube v1.10. |
@njhale I see! Did OLM work with OpenShift <=v3.10 at one point? Is |
At some point OLM did work with <=v3.10. We've confirmed with our internal CI environment that it works with v3.11. Until |
You could try 0.5.0 against 3.10? I can't recall if that will definitely work or not: https://github.com/operator-framework/operator-lifecycle-manager/tree/master/deploy/aos-olm/manifests/0.5.0 |
@ecordell is there a variable I can tweak somewhere to switch Edit: grabbing release 0.5.0 zip and running that. Crossing fingers. |
@ecordell checked out Here are the build errors:
|
make run-local-shift
doesn't work due to "unknown flag --service-catalog"
Latest attempt with an Is this a known issue?
Full output of
Edit (RESOLVED):
Posted docs update PR: #449 |
I'm attempting to get OLM running and viewable from the web console and hitting some rough patches. My latest issue is with
oc cluster up
failing due to "unknown flag --service-catalog" as shown below.30 minutes ago I was browsing the service-catalog web interface just fine, but failing to look at the rest of the OKD interface. Will write up another issue for that if I can reproduce soon.
Currently have commit 0a5a3... checked out.
The text was updated successfully, but these errors were encountered: