Other Install Topics
#
Install KubeVela with cert-managerKubeVela can use cert-manager generate certs for your application if it's available. Note that you need to install cert-manager before the KubeVela chart.
Install kubevela with enabled certmanager:
#
Install Pre-releaseAdd flag --devel
in command helm search
to choose a pre-release
version in format <next_version>-rc-master
. It means a release candidate version build on master
branch,
such as 0.4.0-rc-master
.
And try the following command to install it.
#
Upgrade#
Step 1. Update Helm repoYou can explore the newly released chart versions of KubeVela by run:
#
Step 2. Upgrade KubeVela CRDsTips: If you see errors like
* is invalid: spec.scope: Invalid value: "Namespaced": filed is immutable
. Please delete the CRD which reports error and re-apply the kubevela crds.
#
Step 3. Upgrade KubeVela Helm chart#
Clean UpRun:
This will uninstall KubeVela server component and its dependency components. This also cleans up local CLI cache.
Then clean up CRDs (CRDs are not removed via helm by default):