You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/install/advanced/air-gapped.mdx
+26-38Lines changed: 26 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -161,24 +161,24 @@ Follow these steps to populate the registry with the specific images needed for
161
161
Download the text files from the [vCluster GitHub release](https://github.com/loft-sh/vcluster/releases).
162
162
163
163
The `images.txt` or `vcluster-images.txt` files contain multiple Kubernetes versions and distributions. You can edit the file and remove the images for any unwanted versions and distributions.
164
-
164
+
165
165
```bash title="Download image text file for vCluster v0.25.0+ versions"
@@ -206,7 +206,7 @@ Follow these steps to populate the registry with the specific images needed for
206
206
207
207
Run `push-images.sh` to upload all required images to your private registry.
208
208
209
-
Images are pushed to your private registry without public registry references, preserving only the repository and image name.
209
+
Images are pushed to your private registry without public registry references, preserving only the repository and image name.
210
210
You can configure vCluster to use your private registry for all deployments.
211
211
212
212
```bash title="Push images to private registry"
@@ -465,16 +465,12 @@ It is recommended to install vCluster Platform on its own host cluster.
465
465
Read more about how to quickly create a [secret from your docker login](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_docker-registry/).
466
466
467
467
```bash title="Example of how to create a Kubernetes secret for login credentials"
@@ -530,16 +526,12 @@ chart is adding additional variables to figure out how to connect to the platfor
530
526
For more details, see [Create a Secret from your Docker login](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_docker-registry/).
531
527
532
528
```bash title=" Create a Kubernetes secret for login credentials example"
0 commit comments