From d69fa698827c14ec07ac9877a827f62db498e914 Mon Sep 17 00:00:00 2001 From: Stoyan Vitanov <stoyan.vitanov@sap.com> Date: Thu, 29 May 2025 15:44:00 +0300 Subject: [PATCH] docs(vpa): Update the number of supported updateModes in quick start guide --- vertical-pod-autoscaler/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertical-pod-autoscaler/docs/quickstart.md b/vertical-pod-autoscaler/docs/quickstart.md index b8bcfbe081..4b7dfcca4f 100644 --- a/vertical-pod-autoscaler/docs/quickstart.md +++ b/vertical-pod-autoscaler/docs/quickstart.md @@ -12,7 +12,7 @@ resource requests for your pods. In order to use it, you need to insert a *Vertical Pod Autoscaler* resource for each controller that you want to have automatically computed resource requirements. This will be most commonly a **Deployment**. -There are four modes in which *VPAs* operate: +There are five modes in which *VPAs* operate: - `"Auto"`: VPA assigns resource requests on pod creation as well as updates them on existing pods using the preferred update mechanism. Currently, this is -- GitLab