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

1.2 KiB

title
vela install

Installs or Upgrades Kubevela control plane on a Kubernetes cluster.

Synopsis

The Kubevela CLI allows installing Kubevela on any Kubernetes derivative to which your kube config is pointing to.

vela install [flags]

Options

  -d, --detail             show detail log of installation (default true)
  -f, --file string        custom the chart path of KubeVela control plane
  -h, --help               help for install
  -n, --namespace string   namespace scope for installing KubeVela Core (default "vela-system")
  -r, --reuse              will re-use the user's last supplied values. (default true)
      --set stringArray    set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
  -v, --version string      (default "UNKNOWN")

Options inherited from parent commands

  -V, --verbosity Level   number for the log level verbosity
  -y, --yes               Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.