From fb5c0e78753c0736ffde3bc8c253e0ebf2f2b628 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Fri, 18 Jun 2021 18:50:24 +0200 Subject: [PATCH] docs: add securityGroupResourceGroup cloud config value --- site/content/en/install/configs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/content/en/install/configs.md b/site/content/en/install/configs.md index 19ec5628a1..bcddc227ff 100644 --- a/site/content/en/install/configs.md +++ b/site/content/en/install/configs.md @@ -22,8 +22,9 @@ Here is a config file sample: "location": "eastus", "subnetName": "", "securityGroupName": "", + "securityGroupResourceGroup": "", "vnetName": "", - "vnetResourceGroup": "", + "vnetResourceGroup": "", "routeTableName": "", "primaryAvailabilitySetName": "", "routeTableResourceGroup": "", @@ -72,6 +73,7 @@ If more than one value is set, the order is `Managed Identity` > `Service Princi |vnetResourceGroup|The name of the resource group that the Vnet is deployed in|| |subnetName|The name of the subnet that the cluster is deployed in|| |securityGroupName|The name of the security group attached to the cluster's subnet|| +|securityGroupResourceGroup|The name of the resource group that the security group is deployed in|| |routeTableName|The name of the route table attached to the subnet that the cluster is deployed in|Optional in 1.6| |primaryAvailabilitySetName[*](#primaryavailabilitysetname)|The name of the availability set that should be used as the load balancer backend|Optional| |vmType|The type of azure nodes. Candidate values are: `vmss` and `standard`|Optional, default to `standard`|