Skip to content

Commit 6afc8bf

Browse files
Merge pull request #259149 from AjayBathini-MSFT/patch-125
(AzureCXP) fixes MicrosoftDocs/azure-docs#117246
2 parents 586c77c + 84565f5 commit 6afc8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/aks/vertical-pod-autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A Vertical Pod Autoscaler resource is inserted for each controller that you want
8787

8888
A common deployment pattern recommended for you if you're unfamiliar with VPA is to perform the following steps during application development in order to identify its unique resource utilization characteristics, test VPA to verify it is functioning properly, and test alongside other Kubernetes components to optimize resource utilization of the cluster.
8989

90-
1. Set `updateMode = off` in your production cluster and run VPA in recommendation mode so you can test and gain familiarity with VPA. `UpdateMode = off` can avoid introducing a misconfiguration that can cause an outage.
90+
1. Set UpdateMode = "Off" in your production cluster and run VPA in recommendation mode so you can test and gain familiarity with VPA. UpdateMode = "Off" can avoid introducing a misconfiguration that can cause an outage.
9191

9292
2. Establish observability first by collecting actual resource utilization telemetry over a given period of time. This helps you understand the behavior and signs of symptoms or issues from container and pod resources influenced by the workloads running on them.
9393

0 commit comments

Comments
 (0)