OLM Integration Bundle Quickstart

    This document is intended to quickly walk through the steps to generate an OLM bundle. For further explanation, or if you’re using package manifests, see the Bundle Tutorial.

    • User authorized with ‘cluster-admin’ permissions.
    • OLM installed on your cluster. The command operator-sdk olm install will attempt to install a basic OLM deployment on your cluster.
    1. Export environment variables

    This will prompt you to enter basic information about your operator.

    • Build and push the bundle image
    • Validate the bundle
    • Install the bundle with OLM