Retrieves a copy of the application manifests from the cluster, and store them in a specific directory structure on your workstation. Requires a running KOTS application with the Admin Console.
kubectl kots download [app-slug] [flags]
[app-slug]
with the “slug” of your KOTS application (required).[flags]
according to the table belowThis command supports all global flags and also:
Flag | Type | Description |
---|---|---|
--decrypt-password-values |
bool | decrypt password values to plaintext |
--dest |
string | the directory to store the application in (defaults to current working dir) |
-h, --help |
help for download | |
-n, --namespace |
string | the namespace to download from (default "default" ) |
--overwrite |
overwrite any local files, if present |
kubectl kots download kots-sentry --namespace kots-sentry --dest ./manifests --overwrite