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
@@ -259,7 +259,7 @@ The node_pools variable takes the following parameters:
259
259
| name | The name of the node pool || Required |
260
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 |
261
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 |
262
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
262
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
263
263
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
264
264
| sandbox_type | Sandbox to use for pods in the node pool || Required |
265
265
| 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
@@ -259,7 +259,7 @@ The node_pools variable takes the following parameters:
259
259
| name | The name of the node pool || Required |
260
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 |
261
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 |
262
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
262
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
263
263
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
264
264
| sandbox_type | Sandbox to use for pods in the node pool || Required |
265
265
| 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
@@ -237,7 +237,7 @@ The node_pools variable takes the following parameters:
237
237
| name | The name of the node pool || Required |
238
238
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers || Required |
239
239
| 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 |
240
-
| node_metadata | Options to expose the node metadata to the workload running on the node ||Required|
240
+
| node_metadata | Options to expose the node metadata to the workload running on the node ||Optional|
241
241
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
242
242
| sandbox_type | Sandbox to use for pods in the node pool || Required |
243
243
| service_account | The service account to be used by the Node VMs | " " | Optional |
0 commit comments