You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information on using Linux and Windows nodes in the same cluster, see xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads].
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1073,6 +1073,10 @@ Additional Azure configuration parameters are described in the following table:
1073
1073
|Optional. The ID of a disk encryption set in another Azure subscription. This secondary disk encryption set will be used to encrypt compute machines. By default, the installation program will use the disk encryption set from the Azure subscription ID that you provided to the installation program prompts.
1074
1074
|String, in the format `00000000-0000-0000-0000-000000000000`.
1075
1075
1076
+
|`compute.platform.azure.vmNetworkingType`
1077
+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance. If instance type of compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1078
+
|`Accelerated` or `Basic`.
1079
+
1076
1080
|`controlPlane.platform.azure.encryptionAtHost`
1077
1081
|Enables host-level encryption for control plane machines. You can enable this encryption alongside user-managed server-side encryption. This feature encrypts temporary, ephemeral, cached and un-managed disks on the VM host. This is not a prerequisite for user-managed server-side encryption.
1078
1082
|`true` or `false`. The default is `false`.
@@ -1101,6 +1105,10 @@ Additional Azure configuration parameters are described in the following table:
1101
1105
|Enables the use of Azure ultra disks for persistent storage on control plane machines. This requires that your Azure region and zone have ultra disks available.
1102
1106
|`Enabled`, `Disabled`. The default is `Disabled`.
1103
1107
1108
+
|`controlPlane.platform.azure.vmNetworkingType`
1109
+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance. If instance type of control plane machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1110
+
|`Accelerated` or `Basic`.
1111
+
1104
1112
|`platform.azure.baseDomainResourceGroupName`
1105
1113
|The name of the resource group that contains the DNS zone for your base domain.
1106
1114
|String, for example `production_cluster`.
@@ -1150,6 +1158,10 @@ at least two zones.
1150
1158
|The name of the Azure cloud environment that is used to configure the Azure SDK with the appropriate Azure API endpoints. If empty, the default value `AzurePublicCloud` is used.
1151
1159
|Any valid cloud environment, such as `AzurePublicCloud` or `AzureUSGovernmentCloud`.
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance.
1163
+
|`Accelerated` or `Basic`. If instance type of control plane and compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
0 commit comments