Skip to content

Commit

Permalink
feat: add warning about deploying external charts
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Zaniewski <[email protected]>
  • Loading branch information
Piotr1215 committed Nov 5, 2024
1 parent 400720d commit fb4f072
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform/install/advanced/air-gapped.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ accessible to your cluster.

For clusters unable to pull images from Docker Hub, you need to push the platform images to your private registry. Each platform release includes a `loft-images.txt` file that lists the necessary images.

:::warning
When using virtual clusters in air-gapped environments, the
`config.experimental.deploy.vcluster.helm` [configuration setting](/docs/vcluster/configure/vcluster-yaml/#experimental-deploy-vcluster) does not work with external Helm repositories since they cannot be accessed. This means custom Helm charts from repositories like `charts.bitnami.com` cannot be used for virtual cluster deployments.
:::

Follow these instructions to download all platform images and import them to your private registry:

<Flow id="offline-images">
Expand Down

0 comments on commit fb4f072

Please sign in to comment.