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
@@ -1109,6 +1109,10 @@ Additional Azure configuration parameters are described in the following table:
1109
1109
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt compute machines.
1110
1110
|String, in the format `00000000-0000-0000-0000-000000000000`.
1111
1111
1112
+
|`compute.platform.azure.vmNetworkingType`
1113
+
|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`.
1114
+
|`Accelerated` or `Basic`.
1115
+
1112
1116
|`controlPlane.platform.azure.encryptionAtHost`
1113
1117
|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.
1114
1118
|`true` or `false`. The default is `false`.
@@ -1137,6 +1141,10 @@ Additional Azure configuration parameters are described in the following table:
1137
1141
|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.
1138
1142
|`Enabled`, `Disabled`. The default is `Disabled`.
1139
1143
1144
+
|`controlPlane.platform.azure.vmNetworkingType`
1145
+
|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`.
1146
+
|`Accelerated` or `Basic`.
1147
+
1140
1148
|`platform.azure.baseDomainResourceGroupName`
1141
1149
|The name of the resource group that contains the DNS zone for your base domain.
1142
1150
|String, for example `production_cluster`.
@@ -1186,6 +1194,10 @@ at least two zones.
1186
1194
|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.
1187
1195
|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.
1199
+
|`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