You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,9 @@ The node_pools variable takes the following parameters:
251
251
| machine_type | The name of a Google Compute Engine machine type | e2-medium | Optional |
252
252
| min_cpu_platform | Minimum CPU platform to be used by the nodes in the pool. The nodes may be scheduled on the specified or newer CPU platform. | " " | Optional |
253
253
| max_count | Maximum number of nodes in the NodePool. Must be >= min_count | 100 | Optional |
254
+
| max_pods_per_node | The maximum number of pods per node in this cluster | null | Optional |
255
+
| max_surge | The number of additional nodes that can be added to the node pool during an upgrade. Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater. | 1 | Optional |
256
+
| max_unavailable | The number of nodes that can be simultaneously unavailable during an upgrade. Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater. | 0 | Optional |
254
257
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
255
258
| name | The name of the node pool || Required |
256
259
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
Copy file name to clipboardExpand all lines: autogen/main/README.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -211,11 +211,9 @@ The node_pools variable takes the following parameters:
211
211
| machine_type | The name of a Google Compute Engine machine type | e2-medium | Optional |
212
212
| min_cpu_platform | Minimum CPU platform to be used by the nodes in the pool. The nodes may be scheduled on the specified or newer CPU platform. | " " | Optional |
213
213
| max_count | Maximum number of nodes in the NodePool. Must be >= min_count | 100 | Optional |
214
-
{% if beta_cluster %}
215
214
| max_pods_per_node | The maximum number of pods per node in this cluster | null | Optional |
216
215
| max_surge | The number of additional nodes that can be added to the node pool during an upgrade. Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater. | 1 | Optional |
217
216
| max_unavailable | The number of nodes that can be simultaneously unavailable during an upgrade. Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater. | 0 | Optional |
218
-
{% endif %}
219
217
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
Copy file name to clipboardExpand all lines: modules/private-cluster-update-variant/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,9 @@ The node_pools variable takes the following parameters:
285
285
| machine_type | The name of a Google Compute Engine machine type | e2-medium | Optional |
286
286
| min_cpu_platform | Minimum CPU platform to be used by the nodes in the pool. The nodes may be scheduled on the specified or newer CPU platform. | " " | Optional |
287
287
| max_count | Maximum number of nodes in the NodePool. Must be >= min_count | 100 | Optional |
288
+
| max_pods_per_node | The maximum number of pods per node in this cluster | null | Optional |
289
+
| max_surge | The number of additional nodes that can be added to the node pool during an upgrade. Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater. | 1 | Optional |
290
+
| max_unavailable | The number of nodes that can be simultaneously unavailable during an upgrade. Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater. | 0 | Optional |
288
291
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
289
292
| name | The name of the node pool || Required |
290
293
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
Copy file name to clipboardExpand all lines: modules/private-cluster/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,9 @@ The node_pools variable takes the following parameters:
263
263
| machine_type | The name of a Google Compute Engine machine type | e2-medium | Optional |
264
264
| min_cpu_platform | Minimum CPU platform to be used by the nodes in the pool. The nodes may be scheduled on the specified or newer CPU platform. | " " | Optional |
265
265
| max_count | Maximum number of nodes in the NodePool. Must be >= min_count | 100 | Optional |
266
+
| max_pods_per_node | The maximum number of pods per node in this cluster | null | Optional |
267
+
| max_surge | The number of additional nodes that can be added to the node pool during an upgrade. Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater. | 1 | Optional |
268
+
| max_unavailable | The number of nodes that can be simultaneously unavailable during an upgrade. Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater. | 0 | Optional |
266
269
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
267
270
| name | The name of the node pool || Required |
268
271
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
0 commit comments