Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit c12f6ef

Browse files
Stuart Prestonvuil
authored andcommitted
Enable accelerated networking on Azure VMs by default where available
Signed-off-by: Stuart Preston <spreston@vmware.com>
1 parent f883086 commit c12f6ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/v1/providers/config_default.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,8 @@ AZURE_SSH_PUBLIC_KEY_B64:
290290
#! Azure virtual machine size
291291
AZURE_CONTROL_PLANE_MACHINE_TYPE: "Standard_D2s_v3"
292292
AZURE_NODE_MACHINE_TYPE: "Standard_D2s_v3"
293-
#! Accelerated networking turned off by default until
294-
#! https://launchpad.net/~timg-tpi/+archive/ubuntu/mlx-tunnel-offload-lp1921769 is addressed
295-
AZURE_ENABLE_ACCELERATED_NETWORKING: false
293+
#! Accelerated Networking is enabled by default on all supported Azure VMs with 4 or more CPU.
294+
AZURE_ENABLE_ACCELERATED_NETWORKING: true
296295

297296
#! resource-group-name that already exists in your Azure account.
298297
#! AZURE_RESOURCE_GROUP and AZURE_VNET_RESOURCE_GROUP are the same by default.

0 commit comments

Comments
 (0)