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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The node_pools variable takes the following parameters:
172
172
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
173
173
{% if beta_cluster %}
174
174
| 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 |
175
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
175
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
176
176
{% endif %}
177
177
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ The node_pools variable takes the following parameters:
257
257
| name | The name of the node pool || Required |
258
258
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
259
259
| 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 |
260
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
260
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
261
261
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
262
262
| sandbox_type | Sandbox to use for pods in the node pool || Required |
263
263
| service_account | The service account to be used by the Node VMs | " " | Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ The node_pools variable takes the following parameters:
257
257
| name | The name of the node pool || Required |
258
258
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
259
259
| 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 |
260
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
260
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
261
261
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
262
262
| sandbox_type | Sandbox to use for pods in the node pool || Required |
263
263
| service_account | The service account to be used by the Node VMs | " " | Optional |
Copy file name to clipboardExpand all lines: modules/beta-public-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ The node_pools variable takes the following parameters:
235
235
| name | The name of the node pool || Required |
236
236
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
237
237
| 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 |
238
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
238
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
239
239
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
240
240
| sandbox_type | Sandbox to use for pods in the node pool || Required |
241
241
| service_account | The service account to be used by the Node VMs | " " | Optional |
0 commit comments