Skip to content

Commit

Permalink
Add more details to GKE master_ipv4_cidr_block docs (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed May 15, 2019
1 parent 2951d5c commit 31175da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 31175da

Please sign in to comment.