From ede37b001f4d336b61ff48696da51f60998e07d8 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Thu, 1 Feb 2024 11:09:23 +0100 Subject: [PATCH] Update cmd/cluster.go Co-authored-by: Markus Wennrich --- cmd/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cluster.go b/cmd/cluster.go index d9f5e6b..c707ae2 100644 --- a/cmd/cluster.go +++ b/cmd/cluster.go @@ -502,7 +502,7 @@ func (c *config) clusterCreate() error { case models.V1ClusterCreateRequestNetworkAccessTypeForbidden: fmt.Printf(` WARNING: You are going to create a cluster which has no internet access with the following consequences: -- pulling images is only possible from private registries you provide, these registries must be resolvable from the public dns and must be secured with a trusted TLS certificate +- pulling images is only possible from private registries you provide, these registries must be resolvable from the public dns, their IP must be located in one of the allowed networks (see cluster inputs), and must be secured with a trusted TLS certificate - service type loadbalancer can only be created in networks which are specified in the allowed networks (see cluster inputs) - cluster wide network policies can only be created in certain network ranges which are specified in the allowed networks (see cluster inputs) - It is not possible to change this cluster back to %q after creation