Skip to content

Commit

Permalink
Add more details to GKE master_ipv4_cidr_block docs (#1763)
Browse files Browse the repository at this point in the history
Merged PR #1763.
  • Loading branch information
danawillow authored and modular-magician committed May 15, 2019
1 parent 62bd73e commit d7e200d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 d7e200d

Please sign in to comment.