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
@@ -221,6 +221,9 @@ The node_pools variable takes the following parameters:
221
221
{% if beta_cluster %}
222
222
| placement_policy | Placement type to set for nodes in a node pool. Can be set as [COMPACT](https://cloud.google.com/kubernetes-engine/docs/how-to/compact-placement#overview) if desired | Optional |
223
223
| pod_range | The name of the secondary range for pod IPs. || Optional |
224
+
{% if not private_cluster %}
225
+
| enable_private_nodes | Whether nodes have internal IP addresses only. || Optional |
226
+
{% endif %}
224
227
{% endif %}
225
228
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusters || Required |
226
229
| 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 |
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
@@ -335,6 +335,7 @@ The node_pools variable takes the following parameters:
335
335
| name | The name of the node pool || Required |
336
336
| placement_policy | Placement type to set for nodes in a node pool. Can be set as [COMPACT](https://cloud.google.com/kubernetes-engine/docs/how-to/compact-placement#overview) if desired | Optional |
337
337
| pod_range | The name of the secondary range for pod IPs. || Optional |
338
+
| enable_private_nodes | Whether nodes have internal IP addresses only. || Optional |
338
339
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusters || Required |
339
340
| 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 |
340
341
| 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
@@ -313,6 +313,7 @@ The node_pools variable takes the following parameters:
313
313
| name | The name of the node pool || Required |
314
314
| placement_policy | Placement type to set for nodes in a node pool. Can be set as [COMPACT](https://cloud.google.com/kubernetes-engine/docs/how-to/compact-placement#overview) if desired | Optional |
315
315
| pod_range | The name of the secondary range for pod IPs. || Optional |
316
+
| enable_private_nodes | Whether nodes have internal IP addresses only. || Optional |
316
317
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusters || Required |
317
318
| 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 |
318
319
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
0 commit comments