[terraform-beta] docs for container_cluster and container_node_pool resources (#3330)

<!-- This change is generated by MagicModules. -->
/cc @rrondeau
This commit is contained in:
The Magician 2019-03-27 14:54:30 -07:00 committed by Riley Karson
parent 818e773073
commit a815f97513
2 changed files with 8 additions and 0 deletions

View File

@ -183,6 +183,12 @@ deprecated in favour of `node_locations`.
* `description` - (Optional) Description of the cluster. * `description` - (Optional) Description of the cluster.
* `default_max_pods_per_node` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) The default maximum number of pods per node in this cluster.
Note that this does not work on node pools which are "route-based" - that is, node
pools belonging to clusters that do not have IP Aliasing enabled.
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
for more information.
* `enable_binary_authorization` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Enable Binary Authorization for this cluster. * `enable_binary_authorization` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Enable Binary Authorization for this cluster.
If enabled, all container images will be validated by Google Binary Authorization. If enabled, all container images will be validated by Google Binary Authorization.

View File

@ -125,6 +125,8 @@ type-specific `region` for regional clusters / `zone` for zonal clusters.
* `max_pods_per_node` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) The maximum number of pods per node in this node pool. * `max_pods_per_node` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) The maximum number of pods per node in this node pool.
Note that this does not work on node pools which are "route-based" - that is, node Note that this does not work on node pools which are "route-based" - that is, node
pools belonging to clusters that do not have IP Aliasing enabled. pools belonging to clusters that do not have IP Aliasing enabled.
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
for more information.
* `name` - (Optional) The name of the node pool. If left blank, Terraform will * `name` - (Optional) The name of the node pool. If left blank, Terraform will
auto-generate a unique name. auto-generate a unique name.