Skip to content

Commit ebaf643

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#118332
We made changes to the lines : 79 From: all containers and pods must have defined CPU requests and limits. To All containers must have defined CPU requests and limits, and pads have specified requests. We made changes to the lines : 117 From: targetCPUUtilizationPercentage To:metrics
1 parent f647c29 commit ebaf643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This tutorial requires Azure PowerShell version 5.9.0 or later. Run `Get-Install
7676

7777
## Autoscale pods
7878

79-
To use the horizontal pod autoscaler, all containers and pods must have defined CPU requests and limits. In the `aks-store-quickstart` deployment, the *front-end* container requests 1m CPU with a limit of 1000m CPU.
79+
To use the horizontal pod autoscaler, All containers must have defined CPU requests and limits, and pads have specified requests. In the `aks-store-quickstart` deployment, the *front-end* container requests 1m CPU with a limit of 1000m CPU.
8080

8181
These resource requests and limits are defined for each container, as shown in the following condensed example YAML:
8282

@@ -114,7 +114,7 @@ These resource requests and limits are defined for each container, as shown in t
114114
apiVersion: apps/v1
115115
kind: Deployment
116116
name: store-front
117-
targetCPUUtilizationPercentage: 50 # target CPU utilization
117+
metrics: 50 # target CPU utilization
118118
```
119119
120120
2. Apply the autoscaler manifest file using the `kubectl apply` command.
@@ -234,4 +234,4 @@ In the next tutorial, you learn how to upgrade Kubernetes in your AKS cluster.
234234
[get-azakscluster]: /powershell/module/az.aks/get-azakscluster
235235
[set-azakscluster]: /powershell/module/az.aks/set-azakscluster
236236
[aks-tutorial-upgrade-kubernetes]: ./tutorial-kubernetes-upgrade-cluster.md
237-
[keda-addon]: ./keda-about.md
237+
[keda-addon]: ./keda-about.md

0 commit comments

Comments
 (0)