You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/docs/helm/helm_rollback.md

1.2 KiB

helm rollback

roll back a release to a previous revision

Synopsis

This command rolls back a release to a previous revision.

The first argument of the rollback command is the name of a release, and the second is a revision (version) number. To see revision numbers, run 'helm history RELEASE'.

helm rollback [flags] [RELEASE] [REVISION]

Options

      --dry-run         simulate a rollback
      --no-hooks        prevent hooks from running during rollback
      --recreate-pods   performs pods restart for the resource if applicable
      --timeout int     time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300)

Options inherited from parent commands

      --debug                     enable verbose output
      --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
      --host string               address of tiller. Overrides $HELM_HOST
      --kube-context string       name of the kubeconfig context to use
      --tiller-namespace string   namespace of tiller (default "kube-system")

SEE ALSO

  • helm - The Helm package manager for Kubernetes.
Auto generated by spf13/cobra on 15-Jan-2017