Skip to content

Instantly share code, notes, and snippets.

@alecmerdler
Created February 2, 2019 00:22
Show Gist options
  • Save alecmerdler/1f35d542331d3196eebe299aea7e9070 to your computer and use it in GitHub Desktop.
Save alecmerdler/1f35d542331d3196eebe299aea7e9070 to your computer and use it in GitHub Desktop.
OperatorGroup CRUD

Description

Some Operators in the Marketplace do not support watching their custom resources at a cluster-wide level. OLM only ships with an OperatorGroup for cluster-wide Operators. Here we introduce a workflow for selecting a valid OperatorGroup for the given Operator package (based on installModes), and if one does not exist, creating a new one that satisfies the constraints.

Screenshots

Addresses https://jira.coreos.com/browse/ALM-894

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment