Skip to content

Commit 4a132f7

Browse files
authored
Merge pull request #47607 from andresnava/patch-9
Update configure-kubenet.md
2 parents 765aabb + 8cd3232 commit 4a132f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/configure-kubenet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article shows you how to use *kubenet* networking to create and use a virtu
2121
* The virtual network for the AKS cluster must allow outbound internet connectivity.
2222
* Don't create more than one AKS cluster in the same subnet.
2323
* AKS clusters may not use `169.254.0.0/16`, `172.30.0.0/16`, `172.31.0.0/16`, or `192.0.2.0/24` for the Kubernetes service address range.
24-
* The service principal used by the AKS cluster must have at least [Network Contributor](../role-based-access-control/built-in-roles.md#network-contributor) permissions on the subnet within your virtual network. If you wish to define a [custom role](../role-based-access-control/custom-roles.md) instead of using the built-in Network Contributor role, the following permissions are required:
24+
* The service principal used by the AKS cluster must have at least [Network Contributor](../role-based-access-control/built-in-roles.md#network-contributor) role on the subnet within your virtual network. If you wish to define a [custom role](../role-based-access-control/custom-roles.md) instead of using the built-in Network Contributor role, the following permissions are required:
2525
* `Microsoft.Network/virtualNetworks/subnets/join/action`
2626
* `Microsoft.Network/virtualNetworks/subnets/read`
2727

@@ -191,7 +191,7 @@ az aks create \
191191
--client-secret <password>
192192
```
193193

194-
When you create an AKS cluster, a network security group and route table are created. These network resources are managed by the AKS control plane. The network security group is automatically associated with the virtual NICs on your nodes. The route table is automatically associated with the virtual network subnet. Network security group rules and route tables and are automatically updated as you create and expose services.
194+
When you create an AKS cluster, a network security group and route table are created. These network resources are managed by the AKS control plane. The network security group is automatically associated with the virtual NICs on your nodes. The route table is automatically associated with the virtual network subnet. Network security group rules and route tables are automatically updated as you create and expose services.
195195

196196
## Next steps
197197

0 commit comments

Comments
 (0)