Skip to content

kindplane chart uninstall

kindplane chart uninstall

Uninstall a Helm release

Synopsis

Uninstall a Helm release from the cluster.

kindplane chart uninstall <release-name> [flags]

Examples

  # Uninstall a release
  kindplane chart uninstall nginx-ingress --namespace ingress-nginx

  # Force uninstall without confirmation
  kindplane chart uninstall prometheus --namespace monitoring --force

Options

  -f, --force              Skip confirmation prompt
  -h, --help               help for uninstall
  -n, --namespace string   Release namespace (required)
      --timeout duration   Timeout for uninstallation (default 5m0s)

Options inherited from parent commands

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO