From 634f305219d73ff4b780f47135e5dd870c8b6fbe Mon Sep 17 00:00:00 2001 From: Pradipta Banerjee Date: Tue, 11 Feb 2025 11:12:43 +0530 Subject: [PATCH] azure: Remove duplicate assignment of vxlan-port setting vxlan-port is anyway set by the `optionals` param in entrypoint.sh Remove the ineffective duplicate assignment Signed-off-by: Pradipta Banerjee --- src/cloud-api-adaptor/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cloud-api-adaptor/entrypoint.sh b/src/cloud-api-adaptor/entrypoint.sh index 32b689e61..196b2d4f8 100755 --- a/src/cloud-api-adaptor/entrypoint.sh +++ b/src/cloud-api-adaptor/entrypoint.sh @@ -90,7 +90,6 @@ azure() { -region "${AZURE_REGION}" \ -instance-size "${AZURE_INSTANCE_SIZE}" \ -resourcegroup "${AZURE_RESOURCE_GROUP}" \ - -vxlan-port 8472 \ -subnetid "${AZURE_SUBNET_ID}" \ -securitygroupid "${AZURE_NSG_ID}" \ -imageid "${AZURE_IMAGE_ID}" \