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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,8 +251,12 @@ 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 |
259
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
256
260
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
257
261
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
258
262
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: autogen/main/README.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -211,16 +211,12 @@ 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 |
220
218
| name | The name of the node pool || Required |
221
-
{% if beta_cluster %}
222
219
| pod_range | The ID of the secondary range for pod IPs. || Optional |
223
-
{% endif %}
224
220
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
225
221
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
226
222
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/private-cluster-update-variant/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,8 +285,12 @@ 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 |
293
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
290
294
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
291
295
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
292
296
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/private-cluster/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,12 @@ 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 |
271
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
268
272
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
269
273
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
270
274
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
0 commit comments