// Module included in the following assemblies: // // * cli_reference/osdk/cli-osdk-ref.adoc // * operators/operator_sdk/osdk-cli-ref.adoc [id="osdk-cli-ref-run-bundle_{context}"] = bundle The `run bundle` subcommand deploys an Operator in the bundle format with Operator Lifecycle Manager (OLM). .`run bundle` flags [options="header",cols="1,3"] |=== |Flag |Description |`--index-image` (string) |Index image in which to inject a bundle. The default image is `quay.io/operator-framework/upstream-opm-builder:latest`. |`--install-mode ` |Install mode supported by the cluster service version (CSV) of the Operator, for example `AllNamespaces` or `SingleNamespace`. |`--timeout ` |Install timeout. The default value is `2m0s`. |`--kubeconfig` (string) |Path to the `kubeconfig` file to use for CLI requests. |`n`, `--namespace` (string) |If present, namespace in which to run the CLI request. |`-h`, `--help` |Help output for the `run bundle` subcommand. |===