Skip to content

Commit

Permalink
Update cmd/cluster.go
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Wennrich <[email protected]>
  • Loading branch information
majst01 and mwennrich authored Feb 1, 2024
1 parent c52ec28 commit ede37b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede37b0

Please sign in to comment.