-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
446e282
commit 8291ab7
Showing
7 changed files
with
59 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
partial_category: self-hosted | ||
partial_name: required-domains | ||
--- | ||
|
||
|
||
By default, {props.edition} connects to the internet to download images and packages. If your environment uses a proxy server, ensure the | ||
following domains and ports are accessible. The proxy server should meet the following requirements: | ||
|
||
- A proxy used for outgoing connections should support both HTTP and HTTPS traffic. | ||
|
||
- If you are deploying {props.edition} to a vSphere environment. Ensure the instance Palette is installed through network has | ||
access to vCenter. | ||
|
||
- Allow connectivity to domains and ports in the table. | ||
|
||
|
||
<!-- prettier-ignore --> | ||
- Review the <VersionedLink text="gRPC and Proxies" url="/architecture/grps-proxy/" /> page to learn more about Palette's support for gRPC in a proxy environment. | ||
|
||
:::info | ||
|
||
The statements above are not applicable to air-gapped installations. For air-gapped installations, you must download the required images and packages and make them available to the system. | ||
|
||
::: | ||
|
||
|
||
| **Top-Level Domain** | **Port** | **Description** | | ||
| ------------------------- | -------- | ----------------------------------------------------- | | ||
| ecr.*.amazonaws.com | 443 | AWS ECR Registry | | ||
| spectrocloud.com | 443 | Spectro Cloud content repository and pack registry | | ||
| s3.amazonaws.com | 443 | Spectro Cloud VMware OVA files | | ||
| gcr.io | 443 | Spectro Cloud and common third party container images | | ||
| ghcr.io | 443 | Kubernetes VIP images | | ||
| docker.io | 443 | Common third party content | | ||
| googleapis.com | 443 | For pulling Spectro Cloud images | | ||
| docker.com | 443 | Common third party container images | | ||
| raw.githubusercontent.com | 443 | Common third party content | | ||
| projectcalico.org | 443 | Calico container images | | ||
| quay.io | 443 | Common third party container images | | ||
| grafana.com | 443 | Grafana container images and manifests | | ||
| github.com | 443 | Common third party content | | ||
| k8s.gcr.io | 443 | Kubernetes images [deprecated] | | ||
| registry.k8s.io | 443 | Kubernetes images | | ||
| docker.pkg.dev | 443 | Common third party content | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters