Updated google_container_cluster (#2996)

* Updated google_container_cluster 

Added precision on the valid subnet for 'master_ipv4_cidr_block' in 'private_cluster_config' block.

* small wording tweaks + link
This commit is contained in:
night-gold 2019-05-15 21:29:33 +02:00 committed by Dana Hoffman
parent 29ea3b5ac7
commit 2dccdbf1b6

View File

@ -564,7 +564,7 @@ The `private_cluster_config` block supports:
* `master_ipv4_cidr_block` (Optional) - The IP range in CIDR notation to use for the hosted master network. This range will be used for
assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges
in use within the cluster's network.
in use within the cluster's network, and it must be a /28 subnet. See [Limitations](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters#limitations) in the GCP docs.
In addition, the `private_cluster_config` allows access to the following read-only fields: