operator-sdk run bundle

operator-sdk run bundle

Deploy an Operator in the bundle format with OLM

Synopsis

Deploy an Operator in the bundle format with OLM

  1. operator-sdk run bundle <bundle-image> [flags]

Options

  1. --index-image string index image in which to inject bundle (default "quay.io/operator-framework/upstream-opm-builder:latest")
  2. --install-mode InstallModeValue install mode
  3. --timeout duration install timeout (default 2m0s)
  4. --kubeconfig string Path to the kubeconfig file to use for CLI requests.
  5. -n, --namespace string If present, namespace scope for this CLI request
  6. -h, --help help for bundle

Options inherited from parent commands

  1. --verbose Enable verbose logging

SEE ALSO

Last modified October 6, 2020: run bundle: Enable run bundle (#3877) (e6d94aae)