Skip to content

Commit 54d3489

Browse files
committed
updated article
1 parent c7dd064 commit 54d3489

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/aks/vertical-pod-autoscaler.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Vertical Pod Autoscaling (preview) in Azure Kubernetes Service (AKS)
33
description: Learn how to vertically autoscale your pod on an Azure Kubernetes Service (AKS) cluster.
4-
services: container-service
54
ms.topic: article
6-
ms.date: 01/11/2023
5+
ms.date: 01/12/2023
76
---
87

98
# Vertical Pod Autoscaling (preview) in Azure Kubernetes Service (AKS)
@@ -402,7 +401,7 @@ If the metrics server throttling rate is high and the memory usage of its two po
402401

403402
To update the coefficient values, create a ConfigMap in the overlay *kube-system* namespace to override the values in the metrics server specification. Perform the following steps to update the metrics server.
404403

405-
1. Create a ConfigMap file named *metrics-server-config.yaml* and copy in the following manifest.
404+
1. Create a ConfigMap file named *metrics-server-config.yaml* and copy in the following manifest.
406405

407406
```yml
408407
apiVersion: v1
@@ -426,7 +425,7 @@ To update the coefficient values, create a ConfigMap in the overlay *kube-system
426425
In this ConfigMap example, it changes the resource limit and request to the following:
427426

428427
* cpu: (100+1n)millicore
429-
* memory: (100+8n)mebibyte
428+
* memory: (100+8n)mebibyte
430429

431430
Where *n* is the number of nodes.
432431

@@ -436,7 +435,7 @@ To update the coefficient values, create a ConfigMap in the overlay *kube-system
436435
kubectl apply -f metrics-server-config.yaml
437436
```
438437

439-
Be cautious of the baseCPU, cpuPerNode, baseMemory, and the memoryPerNode. This ConfigMap will not be reconciled by AKS. As a recommended practice, increase the value step by step to avoid unnecessary resource consumption. Proactively monitor resource usage when updating or creating the ConfigMap. A large number of resource requests could negatively impact the node.
438+
Be cautious of the *baseCPU*, *cpuPerNode*, *baseMemory*, and the *memoryPerNode*. This ConfigMap will not be reconciled by AKS. As a recommended practice, increase the value gradually to avoid unnecessary resource consumption. Proactively monitor resource usage when updating or creating the ConfigMap. A large number of resource requests could negatively impact the node.
440439

441440
## Next steps
442441

0 commit comments

Comments
 (0)