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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,7 @@ The node_pools variable takes the following parameters:
319
319
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
320
320
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
321
321
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
322
+
| storage_pools | The list of Storage Pools where boot disks are provisioned. || Optional |
322
323
| boot_disk_kms_key | The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. | " " | Optional |
323
324
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
324
325
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
@@ -417,7 +418,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
Copy file name to clipboardExpand all lines: autogen/main/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ The node_pools variable takes the following parameters:
198
198
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
199
199
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
200
200
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
201
+
| storage_pools | The list of Storage Pools where boot disks are provisioned. || Optional |
201
202
| boot_disk_kms_key | The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. | " " | Optional |
202
203
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
203
204
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
@@ -306,9 +307,9 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
0 commit comments