NodePoolPlatformProfile interface
Azure node pool platform configuration
Properties
| availability |
The availability zone for the node pool. Please read the documentation to see which regions support availability zones |
| enable |
Whether to enable host based OS and data drive encryption. |
| os |
The settings and configuration options for OSDisk |
| subnet |
The Azure resource ID of the worker subnet Note that a subnet cannot be reused between ARO-HCP Clusters, however the same subnet can be used for NodePools of the same cluster. |
| vm |
The VM size according to the documentation: |
Property Details
availabilityZone
The availability zone for the node pool. Please read the documentation to see which regions support availability zones
availabilityZone?: string
Property Value
string
enableEncryptionAtHost
Whether to enable host based OS and data drive encryption.
enableEncryptionAtHost?: boolean
Property Value
boolean
osDisk
The settings and configuration options for OSDisk
osDisk?: OsDiskProfile
Property Value
subnetId
The Azure resource ID of the worker subnet Note that a subnet cannot be reused between ARO-HCP Clusters, however the same subnet can be used for NodePools of the same cluster.
subnetId?: string
Property Value
string
vmSize
The VM size according to the documentation:
vmSize: string
Property Value
string