Skip to content

Commit 5e0d49c

Browse files
committed
Set node_metadata as optional in README for node pools
1 parent 066b5d9 commit 5e0d49c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

autogen/main/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The node_pools variable takes the following parameters:
172172
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers | | Required |
173173
{% if beta_cluster %}
174174
| 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 |
176176
{% endif %}
177177
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
178178
{% if beta_cluster %}

modules/beta-private-cluster-update-variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The node_pools variable takes the following parameters:
257257
| name | The name of the node pool | | Required |
258258
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers | | Required |
259259
| 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 |
261261
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
262262
| sandbox_type | Sandbox to use for pods in the node pool | | Required |
263263
| service_account | The service account to be used by the Node VMs | " " | Optional |

modules/beta-private-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The node_pools variable takes the following parameters:
257257
| name | The name of the node pool | | Required |
258258
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers | | Required |
259259
| 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 |
261261
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
262262
| sandbox_type | Sandbox to use for pods in the node pool | | Required |
263263
| service_account | The service account to be used by the Node VMs | " " | Optional |

modules/beta-public-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The node_pools variable takes the following parameters:
235235
| name | The name of the node pool | | Required |
236236
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1. Only valid for non-autoscaling clusers | | Required |
237237
| 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 |
239239
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
240240
| sandbox_type | Sandbox to use for pods in the node pool | | Required |
241241
| service_account | The service account to be used by the Node VMs | " " | Optional |

0 commit comments

Comments
 (0)