Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Installer]: add flag for air-gapped installation #7432

Closed
mrsimonemms opened this issue Jan 4, 2022 · 2 comments
Closed

[Installer]: add flag for air-gapped installation #7432

mrsimonemms opened this issue Jan 4, 2022 · 2 comments
Labels
component: install Terraform installation scripts, helm charts, installer images team: delivery Issue belongs to the self-hosted team

Comments

@mrsimonemms
Copy link
Contributor

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:

  • Definitely GP
  • Open VSX proxy calling open-vsx.org
  • Any other such things found

Suggested configuration change:

airgapped: true # defaults to false

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 registry

@mrsimonemms
Copy link
Contributor Author

@corneliusludmann corneliusludmann added the component: install Terraform installation scripts, helm charts, installer images label Jan 25, 2022
@corneliusludmann corneliusludmann added the team: delivery Issue belongs to the self-hosted team label Feb 2, 2022
@corneliusludmann
Copy link
Contributor

I created 2 dedicated issues for that:

This one is relevant as well:

Repository owner moved this from 🤝Proposed to ✨Done in 🚚 Security, Infrastructure, and Delivery Team (SID) Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: install Terraform installation scripts, helm charts, installer images team: delivery Issue belongs to the self-hosted team
Projects
No open projects
Development

No branches or pull requests

2 participants