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
@@ -127,6 +128,7 @@ Then perform the following commands on the root folder:
127
128
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string |`""`| no |
128
129
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
129
130
| subnetwork | The subnetwork to host the cluster in (required) | string | n/a | yes |
131
+
| cluster_resource_labels | Map containing cluster labels. Maximum of 64 labels | map |`<map>`| no |
130
132
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
Copy file name to clipboardExpand all lines: modules/private-cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ Then perform the following commands on the root folder:
133
133
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string |`""`| no |
134
134
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
135
135
| subnetwork | The subnetwork to host the cluster in (required) | string | n/a | yes |
136
+
| cluster_resource_labels | Map containing cluster labels. Maximum of 64 labels | map |`<map>`| no |
136
137
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
0 commit comments