Skip to content

Commit 736a7b3

Browse files
Add support for max pods per node to node pool. (hashicorp#2038)
1 parent ca46546 commit 736a7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/r/container_node_pool.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Note: You must be provide region for regional clusters and zone for zonal cluste
129129
* `management` - (Optional) Node management configuration, wherein auto-repair and
130130
auto-upgrade is configured. Structure is documented below.
131131

132+
* `max_pods_per_node` - (Optional) The maximum number of pods per node in this node pool.
133+
Note that this does not work on node pools which are "route-based" - that is, node
134+
pools belonging to clusters that do not have IP Aliasing enabled.
135+
132136
* `name` - (Optional) The name of the node pool. If left blank, Terraform will
133137
auto-generate a unique name.
134138

0 commit comments

Comments
 (0)