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
Copy file name to clipboardExpand all lines: azure-stack/user/kubernetes-aks-engine-custom-vnet.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,14 +131,14 @@ In **masterProfile** set the following values:
131
131
132
132
| Field | Example | Description |
133
133
| --- | --- | --- |
134
-
| vnetSubnetId |`/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn`| Specify the Azure Resource Manager path ID the subnet. This value maps to the control plane nodes address block above. |
134
+
| vnetSubnetId |`/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn`| Specify the Azure Resource Manager path ID the subnet. This value maps to the control plane nodes address block above. |
135
135
| firstConsecutiveStaticIP | 10.100.0.239 | Assign to the `firstConsecutiveStaticIP` configuration property an IP address that is near the *end* of the available IP address space in the desired subnet. `firstConsecutiveStaticIP` only applies to the control plane node pool. |
136
136
137
137
In **agentPoolProfiles** set the following values:
138
138
139
139
| Field | Example | Description |
140
140
| --- | --- | --- |
141
-
| vnetSubnetId |`/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn`| Specify the Azure Resource Manager path ID the subnet. This value maps to the agent nodes address block above. |
141
+
| vnetSubnetId |`/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn`| Specify the Azure Resource Manager path ID the subnet. This value maps to the agent nodes address block above. |
142
142
143
143
In **orchestratorProfile**, find **kubernetesConfig** and set the following value:
144
144
@@ -154,15 +154,15 @@ With a network address space of `10.100.0.0/16` where the subnet for `control-pl
0 commit comments