We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca46546 commit 736a7b3Copy full SHA for 736a7b3
docs/r/container_node_pool.html.markdown
@@ -129,6 +129,10 @@ Note: You must be provide region for regional clusters and zone for zonal cluste
129
* `management` - (Optional) Node management configuration, wherein auto-repair and
130
auto-upgrade is configured. Structure is documented below.
131
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
+
136
* `name` - (Optional) The name of the node pool. If left blank, Terraform will
137
auto-generate a unique name.
138
0 commit comments