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}" \