Skip to content

Commit fa31f3b

Browse files
committed
adjust partials
1 parent 01711ec commit fa31f3b

8 files changed

+108
-116
lines changed

docs/enterprise/installing-embedded-requirements.mdx

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import EmbeddedClusterRequirements from "../partials/embedded-cluster/_requirements.mdx"
22
import EmbeddedClusterPortRequirements from "../partials/embedded-cluster/_port-reqs.mdx"
3-
import FirewallOpenings from "../partials/install/_firewall-openings-ec.mdx"
43
import FirewallOpeningsIntro from "../partials/install/_firewall-openings-intro.mdx"
54

65
# Embedded Cluster Installation Requirements
@@ -19,4 +18,23 @@ This topic lists the installation requirements for Replicated Embedded Cluster.
1918

2019
<FirewallOpeningsIntro/>
2120

22-
<FirewallOpenings/>
21+
<table>
22+
<tr>
23+
<th width="50%">Domain</th>
24+
<th>Description</th>
25+
</tr>
26+
<tr>
27+
<td>`proxy.replicated.com`</td>
28+
<td><p>Private Docker images are proxied through `proxy.replicated.com`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `proxy.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L52-L57) in GitHub.</p></td>
29+
</tr>
30+
<tr>
31+
<td>`replicated.app`</td>
32+
<td><p>Upstream application YAML and metadata is pulled from `replicated.app`. The current running version of the application (if any), as well as a license ID and application ID to authenticate, are all sent to `replicated.app`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `replicated.app`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L60-L65) in GitHub.</p></td>
33+
</tr>
34+
<tr>
35+
<td>`registry.replicated.com` &#42;</td>
36+
<td><p>Some applications host private images in the Replicated registry at this domain. The on-prem docker client uses a license ID to authenticate to `registry.replicated.com`. This domain is owned by Replicated, Inc which is headquartered in Los Angeles, CA.</p><p> For the range of IP addresses for `registry.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L20-L25) in GitHub.</p></td>
37+
</tr>
38+
</table>
39+
40+
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).

docs/enterprise/installing-general-requirements.mdx

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import DockerCompatibility from "../partials/image-registry/_docker-compatibility.mdx"
22
import KubernetesCompatibility from "../partials/install/_kubernetes-compatibility.mdx"
3-
import FirewallOpenings from "../partials/install/_firewall-openings-kots.mdx"
43
import FirewallOpeningsIntro from "../partials/install/_firewall-openings-intro.mdx"
54

65
# KOTS Installation Requirements
@@ -271,4 +270,37 @@ KOTS has been tested for compatibility with the following registries:
271270

272271
<FirewallOpeningsIntro/>
273272

274-
<FirewallOpenings/>
273+
<table>
274+
<tr>
275+
<th width="50%">Domain</th>
276+
<th>Description</th>
277+
</tr>
278+
<tr>
279+
<td>Docker Hub</td>
280+
<td><p>Some dependencies of KOTS are hosted as public images in Docker Hub. The required domains for this service are `index.docker.io`, `cdn.auth0.com`, `*.docker.io`, and `*.docker.com.`</p></td>
281+
</tr>
282+
<tr>
283+
<td>`proxy.replicated.com` &#42;</td>
284+
<td><p>Private Docker images are proxied through `proxy.replicated.com`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `proxy.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L52-L57) in GitHub.</p></td>
285+
</tr>
286+
<tr>
287+
<td>`replicated.app`</td>
288+
<td><p>Upstream application YAML and metadata is pulled from `replicated.app`. The current running version of the application (if any), as well as a license ID and application ID to authenticate, are all sent to `replicated.app`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `replicated.app`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L60-L65) in GitHub.</p></td>
289+
</tr>
290+
<tr>
291+
<td>`registry.replicated.com` &#42;&#42;</td>
292+
<td><p>Some applications host private images in the Replicated registry at this domain. The on-prem docker client uses a license ID to authenticate to `registry.replicated.com`. This domain is owned by Replicated, Inc which is headquartered in Los Angeles, CA.</p><p> For the range of IP addresses for `registry.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L20-L25) in GitHub.</p></td>
293+
</tr>
294+
<tr>
295+
<td>`kots.io`</td>
296+
<td><p>Requests are made to this domain when installing the Replicated KOTS CLI. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p></td>
297+
</tr>
298+
<tr>
299+
<td>`github.com`</td>
300+
<td>Requests are made to this domain when installing the Replicated KOTS CLI. For information about retrieving GitHub IP addresses, see [About GitHub&#39;s IP addresses](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses) in the GitHub documentation.</td>
301+
</tr>
302+
</table>
303+
304+
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
305+
306+
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).

docs/enterprise/installing-kurl-requirements.mdx

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import FirewallOpenings from "../partials/install/_firewall-openings-kurl.mdx"
21
import FirewallOpeningsIntro from "../partials/install/_firewall-openings-intro.mdx"
32

43
# kURL Installation Requirements
@@ -38,4 +37,37 @@ You must meet the additional kURL system requirements when applicable:
3837

3938
<FirewallOpeningsIntro/>
4039

41-
<FirewallOpenings/>
40+
<table>
41+
<tr>
42+
<th width="50%">Domain</th>
43+
<th>Description</th>
44+
</tr>
45+
<tr>
46+
<td>Docker Hub</td>
47+
<td><p>Some dependencies of KOTS are hosted as public images in Docker Hub. The required domains for this service are `index.docker.io`, `cdn.auth0.com`, `*.docker.io`, and `*.docker.com.`</p></td>
48+
</tr>
49+
<tr>
50+
<td>`proxy.replicated.com` &#42;</td>
51+
<td><p>Private Docker images are proxied through `proxy.replicated.com`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `proxy.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L52-L57) in GitHub.</p></td>
52+
</tr>
53+
<tr>
54+
<td>`replicated.app`</td>
55+
<td><p>Upstream application YAML and metadata is pulled from `replicated.app`. The current running version of the application (if any), as well as a license ID and application ID to authenticate, are all sent to `replicated.app`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `replicated.app`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L60-L65) in GitHub.</p></td>
56+
</tr>
57+
<tr>
58+
<td>`registry.replicated.com` &#42;&#42;</td>
59+
<td><p>Some applications host private images in the Replicated registry at this domain. The on-prem docker client uses a license ID to authenticate to `registry.replicated.com`. This domain is owned by Replicated, Inc which is headquartered in Los Angeles, CA.</p><p> For the range of IP addresses for `registry.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L20-L25) in GitHub.</p></td>
60+
</tr>
61+
<tr>
62+
<td><p>`k8s.kurl.sh`</p><p>`s3.kurl.sh`</p></td>
63+
<td><p>kURL installation scripts and artifacts are served from [kurl.sh](https://kurl.sh). An application identifier is sent in a URL path, and bash scripts and binary executables are served from kurl.sh. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p> For the range of IP addresses for `k8s.kurl.sh`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L34-L39) in GitHub.</p><p> The range of IP addresses for `s3.kurl.sh` are the same as IP addresses for the `kurl.sh` domain. For the range of IP address for `kurl.sh`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L28-L31) in GitHub.</p></td>
64+
</tr>
65+
<tr>
66+
<td>`amazonaws.com`</td>
67+
<td>`tar.gz` packages are downloaded from Amazon S3 during installations with kURL. For information about dynamically scraping the IP ranges to allowlist for accessing these packages, see [AWS IP address ranges](https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html#aws-ip-download) in the AWS documentation.</td>
68+
</tr>
69+
</table>
70+
71+
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
72+
73+
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).

docs/partials/install/_firewall-openings-ec.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/partials/install/_firewall-openings-helm.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/partials/install/_firewall-openings-kots.mdx

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/partials/install/_firewall-openings-kurl.mdx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)