[Installer]: add flag for air-gapped installation #7432
Labels
component: install
Terraform installation scripts, helm charts, installer images
team: delivery
Issue belongs to the self-hosted team
Air-gapped installations are a crucial part of the self-hosted strategy. We currently support repo mirroring for the pull images, but it is worthwhile adding an explicit
airgapped: true
flag to the Installer config. This will be to cater for configuration parameters which make calls to the internet.Examples such as:
Suggested configuration change:
Validation
If
airgapped == true
and using the default pull registry (eu.gcr.io/gitpod-core-dev/build
), then emit a warning that images will be pulled from the default registryThe text was updated successfully, but these errors were encountered: