Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 932 Bytes

AWSFlavour.md

File metadata and controls

16 lines (12 loc) · 932 Bytes

AWSFlavour

Specification for different classes of nodes inside a flavour.

Properties

Name Type Description Notes
compute_instance_type str AWS default instance type for the worker volume. User can be overridden specifying in the cluster itself a type for compute node. [optional]
infra_instance_type str AWS default instance type for the infra volume. [optional]
infra_volume AWSVolume [optional]
master_instance_type str AWS default instance type for the master volume. [optional]
master_volume AWSVolume [optional]
worker_volume AWSVolume [optional]

[Back to Model list] [Back to API list] [Back to README]