From 293ad109dbd49edf6795f05542f51883dffcbc20 Mon Sep 17 00:00:00 2001 From: Stephan Vock Date: Fri, 22 Nov 2024 17:00:04 +0000 Subject: [PATCH] Kubernetes: update domain list for firewall config --- docs/self-hosted/kubernetes-embedded.md | 15 ++++++++++----- docs/self-hosted/kubernetes-helm.md | 9 +++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/self-hosted/kubernetes-embedded.md b/docs/self-hosted/kubernetes-embedded.md index 1ba2d8ba..b8504b61 100644 --- a/docs/self-hosted/kubernetes-embedded.md +++ b/docs/self-hosted/kubernetes-embedded.md @@ -24,14 +24,19 @@ in an existing Kubernetes cluster using Helm follow [this guide](./kubernetes-he * Ports 80, 443, and 8800 must be accessible, for a full list of ports * Must be reachable at the chosen domain names from your local machine 1. If your firewall restricts external connections the following domains must be accessible from the server: - * hub.docker.com - * proxy.replicated.com + * index.docker.io + * cdn.auth0.com + * *.docker.io + * *.docker.com * replicated.app - * amazonaws.com - * k8s.gcr.io - * k8s.kurl.sh (required to install the kots CLI) + * proxy.replicated.com + * registry.replicated.com * kots.io (required to install the kots CLI) * github.com (required to install the kots CLI) + * k8s.kurl.sh (required to install the kots CLI) + * s3.kurl.sh (required to install the kots CLI) + * amazonaws.com (required to install the kots CLI) + ## Installation diff --git a/docs/self-hosted/kubernetes-helm.md b/docs/self-hosted/kubernetes-helm.md index 6af93664..1756f4d6 100644 --- a/docs/self-hosted/kubernetes-helm.md +++ b/docs/self-hosted/kubernetes-helm.md @@ -13,12 +13,13 @@ to instead install Private Packagist Self-Hosted without an existing Kubernetes 1. An SSL certificate valid for both chosen domains 1. An SMTP server or a GMail account for Private Packagist Self-Hosted to send email 1. If your firewall restricts external connections then the following domains must be accessible from the server: - * hub.docker.com + * index.docker.io + * cdn.auth0.com + * *.docker.io + * *.docker.com + * replicated.app * proxy.replicated.com * registry.replicated.com - * replicated.app - * amazonaws.com - * k8s.gcr.io ## Installation