From a2e5f5b8b30a95955d819469c3025d216f2aa544 Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:12:25 +0100 Subject: [PATCH] Correct API version deprecation timelines --- docs/horizontal_pod_autoscaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/horizontal_pod_autoscaling.md b/docs/horizontal_pod_autoscaling.md index 6f9826fda5..f8c2bde368 100644 --- a/docs/horizontal_pod_autoscaling.md +++ b/docs/horizontal_pod_autoscaling.md @@ -9,7 +9,7 @@ The HorizontalPodAutscaler `autoscaling/v2` stable API moved to GA in 1.23. The previous stable version, which only includes support for CPU autoscaling, can be found in the `autoscaling/v1` API version. The beta version, which includes support for scaling on memory and custom metrics, can be found in -`autoscaling/v2beta1` in 1.8 - 1.18 (and `autoscaling/v2beta2` in 1.12 - 1.22). +`autoscaling/v2beta1` in 1.8 - 1.24 (and `autoscaling/v2beta2` in 1.12 - 1.25). kOps sets up HPA out of the box. Relevant reading to go through: