Skip to content

Commit 43b4df6

Browse files
committed
Learn Editor: Update scale-requirements.md
1 parent 22847d9 commit 43b4df6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

AKS-Arc/scale-requirements.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ This article describes the maximum and minimum supported scale count for AKS on
2626
| Number of node pools in an AKS cluster | 1 | 16 |
2727
| Number of nodes in a node pool (empty node pools not supported) | 1 | 64 |
2828
| Total number of nodes in an AKS cluster across nodepools | 1 | 200 |
29-
| Number of AKS clusters per Azure Local cluster | 0| 32 |
29+
| Number of AKS clusters per Azure Local cluster | 0 |12 (8 GB ARB)<br>24 (16 GB ARB) |
3030

3131
## Concurrency for AKS enabled by Arc
3232

3333
| Scale item  | Count  |
3434
|-------------|--------|
35-
| Number of concurrent AKS cluster creations on an ARB  | 8 |
36-
| Number of concurrent node pool creations on an ARB  | 8  |
37-
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters per ARB  | 32  |
35+
| Number of concurrent AKS cluster creations on an ARB  | 4 |
36+
| Number of concurrent node pool creations on an ARB  | 4  |
37+
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters  |12 (8 GB ARB)<br>24 (16 GB ARB)  |
3838
| Number of long running operations that can be run simultaneously on an AKS cluster  | 1 per cluster.  |
3939

40+
Note: Each Arc Resource Bridge (ARB) supports a maximum number of AKS clusters based on its memory configuration (12 clusters for 8 GB ARB, 24 clusters for 16 GB ARB). Once these limits are reached, operations that add new clusters or node pools may not succeed. To manage capacity, consider deleting unused clusters using [az aksarc delete](https://learn.microsoft.com/en-us/cli/azure/aksarc?view=azure-cli-latest#az-aksarc-delete).
41+
4042
## Default values for virtual machine sizes
4143

4244
| System Role | VM Size | Memory, CPU |

0 commit comments

Comments
 (0)