Skip to content

Commit ff26e63

Browse files
committed
add tests
Signed-off-by: drfaust92 <[email protected]>
1 parent 0517305 commit ff26e63

File tree

2 files changed

+1
-204
lines changed

2 files changed

+1
-204
lines changed

examples/node_pool/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This example illustrates how to create a cluster with multiple custom node-pool
88
| Name | Description | Type | Default | Required |
99
|------|-------------|------|---------|:--------:|
1010
| additional\_ip\_pod\_range | The secondary ip range to use for pods in the additional range | `any` | n/a | yes |
11+
| additional\_ip\_pod\_range\_subnetwork | The subnetwork to host the additional pod range in | `any` | n/a | yes |
1112
| cluster\_autoscaling | Cluster autoscaling configuration. See [more details](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling) | <pre>object({<br> enabled = bool<br> autoscaling_profile = string<br> min_cpu_cores = number<br> max_cpu_cores = number<br> min_memory_gb = number<br> max_memory_gb = number<br> gpu_resources = list(object({<br> resource_type = string<br> minimum = number<br> maximum = number<br> }))<br> auto_repair = bool<br> auto_upgrade = bool<br> })</pre> | <pre>{<br> "auto_repair": true,<br> "auto_upgrade": true,<br> "autoscaling_profile": "BALANCED",<br> "enabled": false,<br> "gpu_resources": [],<br> "max_cpu_cores": 0,<br> "max_memory_gb": 0,<br> "min_cpu_cores": 0,<br> "min_memory_gb": 0<br>}</pre> | no |
1213
| cluster\_name\_suffix | A suffix to append to the default cluster name | `string` | `""` | no |
1314
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | `any` | n/a | yes |

0 commit comments

Comments
 (0)