mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
29 lines
746 B
Plaintext
29 lines
746 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-upgrade_{context}"]
|
|
= bundle-upgrade
|
|
|
|
The `run bundle-upgrade` subcommand upgrades an Operator that was previously installed in the bundle format with Operator Lifecycle Manager (OLM).
|
|
|
|
.`run bundle-upgrade` flags
|
|
[options="header",cols="1,3"]
|
|
|===
|
|
|Flag |Description
|
|
|
|
|`--timeout <duration>`
|
|
|Upgrade 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.
|
|
|
|
|===
|