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.

  1. vela install [flags]

Options

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

Options inherited from parent commands

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

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.