NodePoolPlatformProfile interface

Azure node pool platform configuration

Properties

availabilityZone

The availability zone for the node pool. Please read the documentation to see which regions support availability zones

enableEncryptionAtHost

Whether to enable host based OS and data drive encryption.

osDisk

The settings and configuration options for OSDisk

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.

vmSize

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