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
@@ -124,7 +124,6 @@ Then perform the following commands on the root folder:
124
124
| node_pools_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
125
125
| node_pools_tags | Map of lists containing node network tags by node-pool name | map |`<map>`| no |
126
126
| node_pools_taints | Map of lists containing node taints by node-pool name | map |`<map>`| no |
127
-
| node_service_account | Service account to associate to the nodes. Defaults to the compute default service account on the project.) | string | `` | no |
128
127
| node_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string | `` | no |
129
128
| non_masquerade_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list |`<list>`| no |
130
129
| project_id | The project ID to host the cluster in (required) | string | - | yes |
0 commit comments