Skip to content

Commit 933ab76

Browse files
Merge pull request #234364 from MGoedtel/task84833
updated limit for Node Pools per cluster
2 parents 8466b14 + 6acf82c commit 933ab76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/container-service-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
33
description: include file
4-
author: zr-msft
4+
author: mgoedtel
55
ms.service: azure-kubernetes-service
66
ms.topic: include
7-
ms.date: 04/06/2021
8-
ms.author: zarhoads
7+
ms.date: 04/13/2023
8+
ms.author: magoedte
99
ms.custom: include file
1010
---
1111

@@ -14,7 +14,7 @@ ms.custom: include file
1414
| Maximum clusters per subscription | 5000 <br />Note: spread clusters across different regions to account for Azure API throttling limits |
1515
| Maximum nodes per cluster with Virtual Machine Scale Sets and [Standard Load Balancer SKU][standard-load-balancer] | 5000 across all [node-pools][node-pool] (default limit: 1000) <br />Note: Running more than a 1000 nodes per cluster requires increasing the default node limit quota. [Contact support][Contact Support] for assistance.|
1616
|Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
17-
| Maximum node pools per cluster | 100 |
17+
| Maximum node pools per cluster | 1000 |
1818
| Maximum pods per node: with [Kubenet][Kubenet] networking plug-in | Maximum: 250 <br /> Azure CLI default: 110 <br /> Azure Resource Manager template default: 110 <br /> Azure portal deployment default: 30 |
1919
| Maximum pods per node: with [Azure Container Networking Interface][Azure CNI] | Maximum: 250 <br /> Default: 30 |
2020
| Open Service Mesh (OSM) AKS addon | Kubernetes Cluster Version: AKS Supported Versions<br />OSM controllers per cluster: 1<br />Pods per OSM controller: 1600<br />Kubernetes service accounts managed by OSM: 160 |

0 commit comments

Comments
 (0)