Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +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).
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- 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).
- Ensure that the required network ports are open.

:::info
Expand Down
2 changes: 2 additions & 0 deletions platform_versioned_docs/version-4.5.0/install/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import InstallNextSteps from "../_partials/install/install-next-steps.mdx";
import ListHelmVersions from "../_partials/install/list-helm-versions.mdx";

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

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
Expand All @@ -25,6 +26,7 @@ in a GitOps fashion as well.

### Resource requirements

<LicenseEgress />
<NetworkPorts />

For more detailed information about networking requirements, see [Networking](/docs/platform/administer/clusters/advanced/networking).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ description: Learn how to deploy and configure the platform using vCluster CLI.
---

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

import BasePrerequisites from '../_partials/install/base-prerequisites.mdx';
import LicenseEgress from '../_partials/install/license-egress.mdx';
import NetworkPorts from '../_partials/install/open-ports.mdx';


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

### Resource requirements

<LicenseEgress />
<NetworkPorts />

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