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: autogen/main/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,9 @@ The node_pools variable takes the following parameters:
199
199
{% endif %}
200
200
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
201
201
| name | The name of the node pool || Required |
202
+
{% if beta_cluster %}
203
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
204
+
{% endif %}
202
205
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
203
206
| 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 |
204
207
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,7 @@ The node_pools variable takes the following parameters:
316
316
| 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 |
317
317
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
318
318
| name | The name of the node pool || Required |
319
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
319
320
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
320
321
| 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 |
321
322
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,7 @@ The node_pools variable takes the following parameters:
294
294
| 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 |
295
295
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
296
296
| name | The name of the node pool || Required |
297
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
297
298
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
298
299
| 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 |
299
300
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/beta-public-cluster-update-variant/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,7 @@ The node_pools variable takes the following parameters:
303
303
| 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 |
304
304
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
305
305
| name | The name of the node pool || Required |
306
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
306
307
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
307
308
| 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 |
308
309
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
Copy file name to clipboardExpand all lines: modules/beta-public-cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,7 @@ The node_pools variable takes the following parameters:
281
281
| 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 |
282
282
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional |
283
283
| name | The name of the node pool || Required |
284
+
| pod_range | The ID of the secondary range for pod IPs. || Optional |
284
285
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
285
286
| 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 |
286
287
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
0 commit comments