Skip to content

Commit

Permalink
missing default_max_pods_per_node option for container_cluster and ad…
Browse files Browse the repository at this point in the history
…d link to official doc for max_pods_per_node
  • Loading branch information
rrondeau committed Mar 27, 2019
1 parent a183ae3 commit 8c6ee2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ deprecated in favour of `node_locations`.

* `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.
If enabled, all container images will be validated by Google Binary Authorization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

* `name` - (Optional) The name of the node pool. If left blank, Terraform will
auto-generate a unique name.
Expand Down

0 comments on commit 8c6ee2f

Please sign in to comment.