Update documentation to include "local_ssd_count" property
This commit is contained in:
parent
ab699db458
commit
3b6e83bf18
|
@ -109,6 +109,9 @@ which the cluster's instances are launched
|
||||||
* `disk_size_gb` - (Optional) Size of the disk attached to each node, specified
|
* `disk_size_gb` - (Optional) Size of the disk attached to each node, specified
|
||||||
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
||||||
|
|
||||||
|
* `local_ssd_count` - (Optional) The amount of local SSD disks that will be
|
||||||
|
attached to each cluster node. Defaults to 0.
|
||||||
|
|
||||||
* `oauth_scopes` - (Optional) The set of Google API scopes to be made available
|
* `oauth_scopes` - (Optional) The set of Google API scopes to be made available
|
||||||
on all of the node VMs under the "default" service account. These can be
|
on all of the node VMs under the "default" service account. These can be
|
||||||
either FQDNs, or scope aliases. The following scopes are necessary to ensure
|
either FQDNs, or scope aliases. The following scopes are necessary to ensure
|
||||||
|
|
Loading…
Reference in New Issue