Skip to content

Commit 9465170

Browse files
committed
update docs
1 parent 94aa66e commit 9465170

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Then perform the following commands on the root folder:
9696

9797
| Name | Description | Type | Default | Required |
9898
|------|-------------|:----:|:-----:|:-----:|
99+
<<<<<<< HEAD
99100
| description | The description of the cluster | string | `""` | no |
100101
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | string | `"true"` | no |
101102
| http\_load\_balancing | Enable httpload balancer addon | string | `"true"` | no |
@@ -127,6 +128,7 @@ Then perform the following commands on the root folder:
127128
| 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 |
128129
| 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 |
129130
| 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 |
130132
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list | `<list>` | no |
131133

132134
## Outputs

examples/simple_regional_private/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This example illustrates how to create a simple private cluster.
1717
| project\_id | The project ID to host the cluster in | string | n/a | yes |
1818
| region | The region to host the cluster in | string | n/a | yes |
1919
| subnetwork | The subnetwork to host the cluster in | string | n/a | yes |
20+
| cluster_resource_labels | Map containing cluster labels. Maximum of 64 labels | map | `<map>` | no |
2021

2122
## Outputs
2223

examples/simple_zonal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This example illustrates how to create a simple cluster.
1717
| region | The region to host the cluster in | string | n/a | yes |
1818
| subnetwork | The subnetwork to host the cluster in | string | n/a | yes |
1919
| zones | The zone to host the cluster in (required if is a zonal cluster) | list | n/a | yes |
20+
| cluster_name_suffix | A suffix to append to the default cluster name | string | `` | no |
2021

2122
## Outputs
2223

examples/simple_zonal_private/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This example illustrates how to create a simple private cluster.
1818
| region | The region to host the cluster in | string | n/a | yes |
1919
| subnetwork | The subnetwork to host the cluster in | string | n/a | yes |
2020
| zones | The zone to host the cluster in (required if is a zonal cluster) | list | n/a | yes |
21+
| cluster_name_suffix | A suffix to append to the default cluster name | string | `` | no |
2122

2223
## Outputs
2324

modules/private-cluster/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Then perform the following commands on the root folder:
133133
| 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 |
134134
| 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 |
135135
| 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 |
136137
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list | `<list>` | no |
137138

138139
## Outputs

0 commit comments

Comments
 (0)