Skip to content

Commit 09a410b

Browse files
authored
Merge pull request #10500 from scott1138/patch-1
container-service-limits.md
2 parents 2876cae + 32b6a1d commit 09a410b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

includes/container-service-limits.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
| --- | :--- |
33
| Max nodes per cluster | 100 |
44
| Max pods per node ([basic networking with Kubenet][basic-networking]) | 110 |
5-
| Max pods per node ([advanced networking with Azure CNI][advanced-networking]) | 30 |
6-
| Max cluster per subscription | 20<sup>1</sup> |
5+
| Max pods per node ([advanced networking with Azure CNI][advanced-networking]) | 30<sup>1</sup> |
6+
| Max cluster per subscription | 20<sup>2</sup> |
77

8-
<sup>1</sup> Create an [Azure support request][azure-support] to request a limit increase.<br />
8+
<sup>1</sup> This value can be customized through ARM template deployment. See examples [here][arm-deployment-example].<br />
9+
<sup>2</sup> Create an [Azure support request][azure-support] to request a limit increase.<br />
910

1011
<!-- LINKS - Internal -->
1112
[basic-networking]: ../articles/aks/networking-overview.md#basic-networking
1213
[advanced-networking]: ../articles/aks/networking-overview.md#advanced-networking
1314

1415
<!-- LINKS - External -->
15-
[azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest
16+
[azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest
17+
[arm-deployment-example]: https://github.com/Azure/AKS/blob/master/examples/vnet/02-aks-custom-vnet.json#L64-L69

0 commit comments

Comments
 (0)