The kots upstream upgrade
fetches the latest version of the upstream application.
It is functionality equivalent to clicking the “Check For Updates” in the Admin Console.
kubectl kots upstream upgrade [app-slug] [flags]
[app-slug]
with the app slug for your KOTS application (required).[flags]
according to the table belowFlag | Type | Description |
---|---|---|
-h, --help |
help for upstream | |
--kubeconfig |
string | the kubeconfig to use (default is $KUBECONFIG . If unset, then $HOME/.kube/config ) |
-n, --namespace |
string | the namespace where the admin console is running (required) |
--deploy |
bool | deploy the latest release if a new update is found |
--skip-preflights |
bool | set to true to skip preflight checks |
kubectl kots upstream upgrade kots-sentry --namespace kots-sentry