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 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.
The text was updated successfully, but these errors were encountered:
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. Thereforeoperator-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?
Environment
0.29.0
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.
The text was updated successfully, but these errors were encountered: