Skip to content

Commit

Permalink
Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Feb 1, 2024
1 parent a077a6f commit c52ec28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (c *config) clusterCreate() error {
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
- 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 whichspecified 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
`, models.V1ClusterCreateRequestNetworkAccessTypeBaseline)
err := helper.Prompt("Are you sure? (y/n)", "y")
Expand All @@ -516,7 +516,7 @@ WARNING: You are going to create a cluster which has no internet access with the
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
- you can create cluster wide network policies to the outside world without restrictions
- but cluster wide network policies allowing access to popular registries like docker.io, quay.io and eu.gcr.io will still not allow pulling images from there
- pulling container images from registries requires to create a corresponding CWNP to these registries
- It is not possible to change this cluster back to %q after creation
`, models.V1ClusterCreateRequestNetworkAccessTypeBaseline)
err := helper.Prompt("Are you sure? (y/n)", "y")
Expand Down

0 comments on commit c52ec28

Please sign in to comment.