kubevela.github.io/docs/cli/vela_uninstall.md

806 B

title
vela uninstall

Uninstalls KubeVela from a Kubernetes cluster

Synopsis

Uninstalls KubeVela from a Kubernetes cluster.

vela uninstall [flags]

Examples

vela uninstall

Options

  -d, --detail             show detail log of installation (default true)
  -f, --force              force uninstall whole vela include all addons
  -h, --help               help for uninstall
  -n, --namespace string   namespace scope for installing KubeVela Core (default "vela-system")

Options inherited from parent commands

  -y, --yes   Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.