1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/osdk-cli-ref-run-bundle.adoc
2021-02-12 03:32:07 +00:00

35 lines
999 B
Plaintext

// 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_value>`
|Install mode supported by the cluster service version (CSV) of the Operator, for example `AllNamespaces` or `SingleNamespace`.
|`--timeout <duration>`
|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.
|===