Skip to main content

upstream download

The kots upstream download command retries downloading a failed update of the upstream application.

Introduced in KOTS v1.65.0

Usage

kubectl kots upstream download [app-slug] [flags]
  • Replace [app-slug] with the app slug for your KOTS application (required).
  • Provide [flags] according to the table below.
FlagTypeDescription
-h, --helpHelp for upstream download.
--kubeconfigstringThe kubeconfig to use. Default: $KUBECONFIG. If unset, then $HOME/.kube/config.
-n, --namespacestring(Required) The namespace where the admin console is running.
--sequenceint(Required) The local app sequence for the version to retry downloading.
--skip-preflightsboolSet to true to skip preflight checks.
--skip-compatibility-checkboolSet to true to skip compatibility checks between the current kots version and the update.
--waitboolSet to false to download the update in the background. Default: true.
-o, --outputstringOutput format. Supported formats: json. Default: Plain text.

Example

kubectl kots upstream download kots-sentry --namespace kots-sentry --sequence 8