operator-framework / operator-lifecycle-manager

A management framework for extending Kubernetes with Operators
https://olm.operatorframework.io
Apache License 2.0
1.72k stars 545 forks source link

outdated quick start yaml #2875

Open poblin-orange opened 2 years ago

poblin-orange commented 2 years ago

Bug Report

I wanted a quick installation of olm on my cluster (with fluxcd Kustomization). I targeted https://github.com/operator-framework/operator-lifecycle-manager/commits/v0.22.0/deploy/upstream/quickstart/olm.yaml

But this file seems outdated. Should be removed if not maintained. By the way, is the helm chart https://github.com/operator-framework/operator-lifecycle-manager/tree/v0.22.0/deploy/chart maintained, and the way to go ? (according to https://github.com/operator-framework/operator-lifecycle-manager/issues/2226#issuecomment-1249921447)

What did you do? A clear and concise description of the steps you took (or insert a code snippet).

What did you expect to see? A clear and concise description of what you expected to happen (or insert a code snippet).

What did you see instead? Under which circumstances? A clear and concise description of what you expected to happen (or insert a code snippet).

Environment

Possible Solution

Additional context Add any other context about the problem here.

dmesser commented 2 years ago

The helm chart and quick start YAML is currently not maintained. We do offer an install.sh as part of GitHub releases but you can also get the required YAML directly for a specific release, like so:

https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.22.0/crds.yaml
https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.22.0/olm.yaml
fgiloux commented 1 year ago

Sadly this is the first thing referenced in the installation instructions