Skip to content

Commit

Permalink
Include us-docker domain in proxy requirements (#5586) (#5587)
Browse files Browse the repository at this point in the history
* Include us-docker domain in proxy requirements

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: Ben Radstone <[email protected]>
(cherry picked from commit a9b0286)

Co-authored-by: Boobalan Rathinam <[email protected]>
  • Loading branch information
1 parent c1ea244 commit b85c47a
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions docs/docs-content/clusters/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,24 +295,25 @@ The following table lists the proxy requirements required by Palette. Depending
configuration, you may have to specify all subdomains of the top-level domains listed in the table. For example, an
entry containing `gcr.io` and `*.gcr.io` may be required. Consult your network administrator for the exact requirements.

| **Top-level Domain** | **Port** | **Description** |
| --------------------------- | -------- | --------------------------------------------- |
| docker.io | 443 | Third party container images. |
| docker.com | 443 | Third party container images. |
| gcr.io | 443 | Spectro Cloud and 3rd party container images. |
| ghcr.io | 443 | Third party container images. |
| github.com | 443 | Third party content. |
| googleapis.com | 443 | Spectro Cloud images. |
| grafana.com | 443 | Grafana container images and manifests. |
| k8s.gcr.io | 443 | Third party container images. |
| projectcalico.org | 443 | Calico container images. |
| registry.k8s.io | 443 | Third party container images. |
| raw.githubusercontent.com | 443 | Third party content. |
| spectrocloud.com | 443 | Spectro Cloud Palette SaaS. |
| s3.amazonaws.com | 443 | Spectro Cloud VMware OVA files. |
| quay.io | 443 | Third party container images. |
| ecr.us-east-1.amazonaws.com | 443 | OCI Pack images. |
| ecr.us-west-2.amazonaws.com | 443 | OCI Pack images. |
| **Top-level Domain** | **Port** | **Description** |
| --------------------------- | -------- | ----------------------------------------------------------- |
| docker.io | 443 | Third party container images. |
| docker.com | 443 | Third party container images. |
| gcr.io | 443 | Spectro Cloud and third party container images |
| ghcr.io | 443 | Third party container images. |
| github.com | 443 | Third party content. |
| googleapis.com | 443 | Spectro Cloud images. |
| grafana.com | 443 | Grafana container images and manifests. |
| k8s.gcr.io | 443 | Third party container images. |
| projectcalico.org | 443 | Calico container images. |
| registry.k8s.io | 443 | Third party container images. |
| raw.githubusercontent.com | 443 | Third party content. |
| spectrocloud.com | 443 | Spectro Cloud Palette SaaS. |
| s3.amazonaws.com | 443 | Spectro Cloud VMware OVA files. |
| quay.io | 443 | Third party container images. |
| ecr.us-east-1.amazonaws.com | 443 | OCI Pack images. |
| ecr.us-west-2.amazonaws.com | 443 | OCI Pack images. |
| us-docker.pkg.dev | 443 | Required content repository and common third party content. |

## Scope

Expand Down

0 comments on commit b85c47a

Please sign in to comment.