Skip to content
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

Olm install is broken due to 0.29.0 #3435

Closed
basvdlouw opened this issue Nov 7, 2024 · 2 comments
Closed

Olm install is broken due to 0.29.0 #3435

basvdlouw opened this issue Nov 7, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@basvdlouw
Copy link

basvdlouw commented Nov 7, 2024

Bug Report

operator-sdk olm install by default installs the "latest" release, but the "latest" release is broken (0.29.0) and the artifacts are removed. Therefore operator-sdk olm install fails. In my opinion the latest tag should be put back on 0.28.0 so that the install command works by default. (Or use a different tag than latest)

What did you do?

operator-sdk olm install

What did you expect to see?

OLM installation of the latest stable version

What did you see instead? Under which circumstances?

operator-sdk olm install           
INFO[0000] Fetching CRDs for version "latest"           
INFO[0000] Fetching resources for resolved version "latest" 
FATA[0000] Failed to install OLM version "latest": failed to get resources: failed to fetch CRDs: request failed: failed GET 'https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml': unexpected status code 404, expected 200; manifests may not exist for this OLM release,please check https://github.com/operator-framework/operator-lifecycle-manager/releases for olm.yaml and crds.yaml 

Environment

  • operator-lifecycle-manager version:
    0.29.0
  • Kubernetes version information:
  • Kubernetes cluster kind:

Possible Solution

operator-sdk olm install should point to the latest stable version, not a broken release

Additional context
Add any other context about the problem here.

@basvdlouw basvdlouw added the kind/bug Categorizes issue or PR as related to a bug. label Nov 7, 2024
@jmazzitelli
Copy link
Contributor

this appears to be a dup of: #3419

A release of 0.30.0 is imminent, from what I understand.

@m1kola
Copy link
Member

m1kola commented Nov 12, 2024

Yes. Closing as a duplicate of #3419

@m1kola m1kola closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants