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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ Then perform the following commands on the root folder:
119
119
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
120
120
| node\_pools | List of maps containing node pools | list |`<list>`| no |
121
121
| node\_pools\_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
122
+
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map |`<map>`| no |
122
123
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map |`<map>`| no |
123
124
| node\_pools\_taints | Map of lists containing node taints by node-pool name | map |`<map>`| no |
124
125
| 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 |
@@ -314,4 +315,4 @@ are as follows:
314
315
is a compiled language so there is no standard linter.
315
316
* Terraform - terraform has a built-in linter in the 'terraform validate'
316
317
command.
317
-
* Dockerfiles - hadolint. Can be found in homebrew
318
+
* Dockerfiles - hadolint. Can be found in homebrew
0 commit comments