Air-gapped Installation
Air-gapped Installation of KubeVela includes the installation of KubeVela core and addons, they all contain the configuration files and images.
#
KubeVela Core- Download Helm Chart package of vela-core
Download vela-core
Helm Chart package per Install KubeVela Core and unarchive it.
- Modify images which can be configurable
Pull the following images and push them into an image repository in the dedicated environment. Overwrite each image's
information with -set
when installing by helm install
.
- Modify images which could not be configurable
The value enableFluxcdAddon
indicates whether to enable Addon FluxCD
by default. If it is true
, the following images
have to be pulled and pushed into an image repository in the dedicated environment in advance. Overwrite each image's information
in the following YAML files.
- Repackage vela-core Helm Chart
Repackage the Helm Chart package from the modified chart. Install it directly or install it from a dedicated Helm Chart repository after you pushed the package into the repository.
#
AddonPlease refer to Enable Addon without Internet Access.