-
Notifications
You must be signed in to change notification settings - Fork 552
install.sh script does not work #2217
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
Comments
Potential duplicate of #2210 but I'm not sure whether a new tag was produced that contains those install script fixes. |
@timflannagan the script proposed on qserv-operator operatorHub webpage has not been fixed: https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.2/install.sh (see https://operatorhub.io/operator/qserv-operator). Could you please do it? |
@fjammes I'm still waiting for that backport PR that fixes the install script in the v0.18.x branch to be approved/merged. I can ping someone on the team today to get the ball rolling again. |
Alright the backport PR has merged - just waiting for a new z-stream tag to be created. Hopefully should be fixed by end of day. |
@timflannagan, thanks so much for your help. FYI it does not seem to work yet. I'm waiting for it to work before closing the issue. |
@timflannagan (ping @fritzm), this script has not been fixed yet: https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.2/install.sh? Could you please update it and let me know, this is blocking on my side, and this might also block other users. |
I took a stab at getting the ball rolling by opening #2238. The current release process documents the need of bumping that file version first before we can cut a new z-stream release, so that PR needs to be merged. |
|
For anyone else who was initially stumped by this, as was explained in #2210 before, the
which results in an error returning from
or simply removing the |
Apologies for the slow turn around on this - we ran into some issues with the upstream release process (#2118 tracks streamlining that process). Closing this out as the v0.18.3 release has been cut and contains the installation script fixes. |
Thanks so much @timflannagan, it works fine now! |
Bug Report
What did you do?
Run the following command against a fresh kind cluster:
following install instructions of: https://operatorhub.io/operator/qserv-operator
What did you expect to see?
Successful install of OLM tools.
What did you see instead? Under which circumstances?
The script stop without installing anything and printing any error message.
Environment
operator-lifecycle-manager version:
v0.18.2
Kubernetes version information:
kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-21T01:11:42Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
Possible Solution
Merge PR: #2218
Additional context
None
The text was updated successfully, but these errors were encountered: