Skip to content

Commit a6c2e5b

Browse files
authored
chore(docs): update CONFIG-VARS.md to include Multi AZ variables (PSCLOUD-314) (#328)
* doc: update CONFIG-VARS.md to include Multi AZ variabels * doc: update CONFIG-VARS.md to include Multi AZ variabels
1 parent 469ed73 commit a6c2e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CONFIG-VARS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ The application of a Kubernetes version in Google Cloud has some limitations whe
134134
| default_nodepool_local_ssd_count | Number 375 GB local ssd disks to provision | number | 0 | You can pick up to 24 ssd drives per node |
135135
| default_nodepool_taints | Taints for the default nodepool VMs | list of strings | [] | |
136136
| default_nodepool_labels | Labels to add to the default nodepool VMs | map | {} | |
137+
| default_nodepool_locations | Comma-separated list of zones for the default node pool. Ensures nodes are distributed across multiple zones | map | null | Use multiple values to enable multi-zone (multi-AZ) deployment for node pools. Example: `default_nodepool_locations = "us-east1-b,us-east1-c,us-east1-d"` |
137138

138139
### Additional Nodepools
139140

@@ -150,6 +151,7 @@ Additional node pools can be created separate from the default nodepool. This is
150151
| local_ssd_count | Number of 375 GB local ssd disks to provision | number | |
151152
| accelerator_count | Number of GPU accelerators associated with this nodepool | number | |
152153
| accelerator_type | Type of GPU accelerator associated with this nodepool | string | To list the available accelerators in your zone use the following command `gcloud compute accelerator-types list --filter="zone:( <your zone> )"` |
154+
| nodepools_locations | Comma-separated list of zones for additional node pools. Ensures new pools are deployed across multiple zones | string | Use multiple values to enable multi-zone (multi-AZ) deployment for node pools. Example: `nodepools_locations = "us-east1-b,us-east1-c,us-east1-d"` |
153155

154156
The default values for the `node_pools` variable are:
155157

0 commit comments

Comments
 (0)