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
{{ message }}
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
The getting-started guide currently has instructions for applying a CSV directly to a namespace. This isn't the expected user experience for installing an operator with OLM today.
As a follow up to #36 the instructions should be updated to:
Use the SDK generated CSV manifests instead of using the existing outdated manifest.
For the image field users will need to update the image to a more recent memcached-operator example. Either to one that they build and push, or one that is hosted at quay.io/operator-framework/memcached-operator based on the samples memcached-operator.
Have users build the operator registry image with their generated CSV
Walkthrough creating a CatalogSource and Subscription to install the memcached-operator