Skip to content

Commit 47270fc

Browse files
authored
Merge pull request #99 from packagist/kubernetes-firewall
Kubernetes: update domain list for firewall config
2 parents 4164533 + 293ad10 commit 47270fc

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

docs/self-hosted/kubernetes-embedded.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,19 @@ in an existing Kubernetes cluster using Helm follow [this guide](./kubernetes-he
2424
* Ports 80, 443, and 8800 must be accessible, for a full list of ports
2525
* Must be reachable at the chosen domain names from your local machine
2626
1. If your firewall restricts external connections the following domains must be accessible from the server:
27-
* hub.docker.com
28-
* proxy.replicated.com
27+
* index.docker.io
28+
* cdn.auth0.com
29+
* *.docker.io
30+
* *.docker.com
2931
* replicated.app
30-
* amazonaws.com
31-
* k8s.gcr.io
32-
* k8s.kurl.sh (required to install the kots CLI)
32+
* proxy.replicated.com
33+
* registry.replicated.com
3334
* kots.io (required to install the kots CLI)
3435
* github.com (required to install the kots CLI)
36+
* k8s.kurl.sh (required to install the kots CLI)
37+
* s3.kurl.sh (required to install the kots CLI)
38+
* amazonaws.com (required to install the kots CLI)
39+
3540
<!-- See https://docs.replicated.com/enterprise/installing-general-requirements and https://kurl.sh/docs/install-with-kurl/system-requirements -->
3641

3742
## Installation

docs/self-hosted/kubernetes-helm.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ to instead install Private Packagist Self-Hosted without an existing Kubernetes
1313
1. An SSL certificate valid for both chosen domains
1414
1. An SMTP server or a GMail account for Private Packagist Self-Hosted to send email
1515
1. If your firewall restricts external connections then the following domains must be accessible from the server:
16-
* hub.docker.com
16+
* index.docker.io
17+
* cdn.auth0.com
18+
* *.docker.io
19+
* *.docker.com
20+
* replicated.app
1721
* proxy.replicated.com
1822
* registry.replicated.com
19-
* replicated.app
20-
* amazonaws.com
21-
* k8s.gcr.io
2223

2324
## Installation
2425

0 commit comments

Comments
 (0)