Skip to content

Commit 7ac250c

Browse files
authored
doc update for 5k ccp scaling
missing metrics in prom - doc update for 5k ccp scaling
1 parent 8cbea5f commit 7ac250c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/best-practices-performance-scale-large.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ As you scale your AKS clusters to larger scale points, keep the following featur
9292
> During the operation to scale the control plane, you might encounter elevated API server latency or timeouts for up to 15 minutes. If you continue to have problems scaling to the supported limit, open a [support ticket](https://portal.azure.com/#create/Microsoft.Support/Parameters/%7B%0D%0A%09%22subId%22%3A+%22%22%2C%0D%0A%09%22pesId%22%3A+%225a3a423f-8667-9095-1770-0a554a934512%22%2C%0D%0A%09%22supportTopicId%22%3A+%2280ea0df7-5108-8e37-2b0e-9737517f0b96%22%2C%0D%0A%09%22contextInfo%22%3A+%22AksLabelDeprecationMarch22%22%2C%0D%0A%09%22caller%22%3A+%22Microsoft_Azure_ContainerService+%2B+AksLabelDeprecationMarch22%22%2C%0D%0A%09%22severity%22%3A+%223%22%0D%0A%7D).
9393
9494
* [Azure Network Policy Manager (Azure npm)][azure-npm] only supports up to 250 nodes.
95+
* Some AKS node metrics, including node disk usage, node CPU/memory usage, and network in/out, won't be accessible in Azure Monitoring after the control plane is scaled up. To confirm if your control plane has been scaled up, look for the configmap 'control-plane-scaling-status'
96+
```
97+
kubectl describe configmap control-plane-scaling-status -n kube-system
98+
```
9599
* You can't use the Stop and Start feature with clusters that have more than 100 nodes. For more information, see [Stop and start an AKS cluster](./start-stop-cluster.md).
96100

97101
## Networking

0 commit comments

Comments
 (0)