Skip to content

Commit 0171132

Browse files
[v4.5.0] Removing License Server Egress to Non-Air-Gapped Partial (#1363) (#1366)
* Backport: Copy platform/_partials/install/license-egress.mdx to platform_versioned_docs/version-4.5.0/_partials/install/license-egress.mdx * Backport: Copy platform/_partials/install/open-ports.mdx to platform_versioned_docs/version-4.5.0/_partials/install/open-ports.mdx * Backport: Copy platform/install/helm.mdx to platform_versioned_docs/version-4.5.0/install/helm.mdx * Backport: Copy platform/install/quick-start-guide.mdx to platform_versioned_docs/version-4.5.0/install/quick-start-guide.mdx --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8425302 commit 0171132

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Allow egress traffic from vCluster Platform pods to https://admin.loft.sh/* (HTTPS, port 443) to enable license retrieval and validation. For air-gapped setups, refer to the [air-gapped environment guide](/docs/platform/install/advanced/air-gapped).

platform_versioned_docs/version-4.5.0/_partials/install/open-ports.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
- Allow egress traffic from vCluster Platform pods to https://admin.loft.sh/* (HTTPS, port 443) to enable license retrieval and validation. For air-gapped setups, refer to the [air-gapped environment guide](/docs/platform/install/advanced/air-gapped).
21
- Ensure that the required network ports are open.
32

43
:::info

platform_versioned_docs/version-4.5.0/install/helm.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import InstallNextSteps from "../_partials/install/install-next-steps.mdx";
1212
import ListHelmVersions from "../_partials/install/list-helm-versions.mdx";
1313

1414
import BasePrerequisites from "../_partials/install/base-prerequisites.mdx";
15+
import LicenseEgress from '../_partials/install/license-egress.mdx';
1516
import NetworkPorts from '../_partials/install/open-ports.mdx';
1617

1718
The platform can be deployed directly using Helm commands. Managing the platform deployment with Helm directly can be a great way to "GitOps" your platform
@@ -25,6 +26,7 @@ in a GitOps fashion as well.
2526

2627
### Resource requirements
2728

29+
<LicenseEgress />
2830
<NetworkPorts />
2931

3032
For more detailed information about networking requirements, see [Networking](/docs/platform/administer/clusters/advanced/networking).

platform_versioned_docs/version-4.5.0/install/quick-start-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ description: Learn how to deploy and configure the platform using vCluster CLI.
66
---
77

88
import Image from "@site/src/components/Image";
9-
import InstallCLI from "../../../vcluster/_partials/deploy/install-cli.mdx";
9+
import InstallCLI from "@site/vcluster/_partials/deploy/install-cli.mdx";
1010
import InstallNextSteps from "../_partials/install/install-next-steps.mdx";
1111
import ListHelmVersions from '../_partials/install/list-helm-versions.mdx';
1212

1313
import BasePrerequisites from '../_partials/install/base-prerequisites.mdx';
14+
import LicenseEgress from '../_partials/install/license-egress.mdx';
1415
import NetworkPorts from '../_partials/install/open-ports.mdx';
1516

1617

@@ -34,6 +35,7 @@ After installation, verify the successful installation of the vCluster CLI by ru
3435

3536
### Resource requirements
3637

38+
<LicenseEgress />
3739
<NetworkPorts />
3840

3941
For more detailed information about networking requirements, see [Networking](/docs/platform/administer/clusters/advanced/networking).

0 commit comments

Comments
 (0)