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_versioned_docs/version-4.2.0/install/advanced/air-gapped.mdx
+28-40Lines changed: 28 additions & 40 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"
When deploying vCluster through the platform console, you'll must add your `vcluster.yaml`.
648
+
When deploying vCluster through the platform console, you must add your `vcluster.yaml`.
657
649
658
650
#### Use an authenticated private registry
659
651
660
-
If you are using a private registry with authentication, you'll need to create a Kubernetes secret that stores your login credentials. Place this secret in the same namespace where the vCluster is deployed so the control plane can pull the required container images.
652
+
If you are using a private registry with authentication, you must create a Kubernetes secret that stores your login credentials. Place this secret in the same namespace where the vCluster is deployed so the control plane can pull the required container images.
661
653
662
654
In the options for the config, there is a section called `Host namespace`, add the yaml for the secret in the `Kubernetes objects` section.
663
655
@@ -719,16 +711,12 @@ In the options for the config, there is a section called `Host namespace`, add t
719
711
export VCLUSTER_NAMESPACE=vcluster-my-vcluster # Replace with the name of the namespace you want to deploy your vCluster into
0 commit comments