Merge pull request #1687 from johnsw87/patch-1

Update to private clusters
This commit is contained in:
Paddy 2018-07-06 05:51:43 -07:00 committed by GitHub
commit 2d13fea7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,9 +163,9 @@ output "cluster_ca_certificate" {
Structure is documented below.
* `private_cluster` - (Optional, [Beta](/docs/providers/google/index.html#beta-features)) If true, a
[private cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters) will be created, which makes
the master inaccessible from the public internet and nodes do not get public IP addresses either. It is mandatory to specify
`master_ipv4_cidr_block` and `ip_allocation_policy` with this option.
[private cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters) will be created, meaning
nodes do not get public IP addresses. It is mandatory to specify `master_ipv4_cidr_block` and
`ip_allocation_policy` with this option.
* `project` - (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.