升级和高级安装选项

    • Script
    • Homebrew
    • Download directly from releases
    • Docker

    Windows

    macOS/Linux

    Update your brew first. Please note that the brew method only supports the installation of the official release version.

      1. brew install kubevela
      • 通过 release log 下载二进制压缩文件。
      • 解压文件并将二进制文件移动到 $PATH 路径下。
      1. sudo mv ./vela /usr/local/bin/vela

      Pull the latest image from the docker registry, or specify a version as tag:

      1. vela install
      1. 卸载 VelaUX
      1. vela addon disable velaux
      1. 卸载 KubeVela Core
      1. vela uninstall
      1. 卸载 CRD

      By default, KubeVela will use a self-signed certificate provided by for admissionWebhooks. You can also use cert-manager if it’s available. Note that you need to install cert-manager before the KubeVela chart.

      1. helm repo add jetstack https://charts.jetstack.io
      2. helm repo update

      Install kubevela with enabled certmanager:

      1. vela install --set admissionWebhooks.certManager.enabled=true
      1. vela version list -a
      2. # Install the specified version.
      3. vela install --version 1.4.0-beta.2

      kubectl-vela provides the same features with vela CLI, it helps you to integrate with kubectl better.

      • Krew
      • Script
      1. Install and set up Krew on your machine.
      2. Discover plugins available on Krew:
      1. install kubectl vela:

      macOS/Linux

      1. curl -fsSl https://kubevela.io/script/install-kubectl-vela.sh | bash