-
Notifications
You must be signed in to change notification settings - Fork 544
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
minishift steps need to be updated for service catalog #469
Comments
praveenkumar
added a commit
to praveenkumar/operator-lifecycle-manager
that referenced
this issue
Sep 19, 2018
praveenkumar
added a commit
to praveenkumar/operator-lifecycle-manager
that referenced
this issue
Sep 19, 2018
praveenkumar
added a commit
to praveenkumar/operator-lifecycle-manager
that referenced
this issue
Sep 19, 2018
openshift-merge-robot
added a commit
that referenced
this issue
Sep 19, 2018
Issue #469 update the service catalog instruction for minishift.
ecordell
pushed a commit
to ecordell/operator-lifecycle-manager
that referenced
this issue
Mar 8, 2019
ecordell
pushed a commit
to ecordell/operator-lifecycle-manager
that referenced
this issue
Mar 8, 2019
Issue operator-framework#469 update the service catalog instruction for minishift.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/operator-framework/operator-lifecycle-manager/blob/master/scripts/build_local_shift.sh#L7 is not going to work if you are using the minishift version >= 1.22.0 because from openshift 3.10 cluster up doesn't have
--service-catalog
as flag so this should be updated toMINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--enable=*,service-catalog'"
The text was updated successfully, but these errors were encountered: