ks upgrade

Upgrade ks configuration

Synopsis

The upgrade command upgrades a ksonnet application to the latest version.

Syntax

  1. ks upgrade [--dry-run] [flags]

Examples

  1. # Upgrade ksonnet application in dry-run mode to see the changes to be performed by the
  2. # upgrade process.
  3. ks upgrade --dry-run
  4. # Upgrade ksonnet application. This will update app.yaml to apiVersion 0.1.0
  5. # and migrate environment spec.json files to `app.yaml`.
  6. ks upgrade

Options

  1. --dry-run Dry-run upgrade process. Prints out changes.
  2. -h, --help help for upgrade

Options inherited from parent commands

  1. --dir string Ksonnet application root to use; Defaults to CWD
  2. --tls-skip-verify Skip verification of TLS server certificates
  3. -v, --verbose count Increase verbosity. May be given multiple times.

SEE ALSO

  • ks - Configure your application to deploy to a Kubernetes cluster