We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d676e07 + e27059e commit 29b611dCopy full SHA for 29b611d
vertical-pod-autoscaler/MIGRATE.md
@@ -1,5 +1,12 @@
1
# Vertical Pod Autoscaler Migration
2
3
+### Notice on switching to v1 version (0.4.X-1.2.X to >=1.3.X)
4
+
5
+The `v1beta2` API was removed in 1.3.0.
6
7
+Since `v1beta2` is strictly a subset of `v1`, migrating to `v1` is as simple as
8
+changing the `apiVersion` to `autoscaling.k8s.io/v1`.
9
10
### Notice on switching to v1beta2 version (0.3.X to >=0.4.0)
11
12
In 0.4.0 we introduced a new version of the API - `autoscaling.k8s.io/v1beta2`.
vertical-pod-autoscaler/examples/redis.yaml
@@ -1,5 +1,5 @@
---
-apiVersion: autoscaling.k8s.io/v1beta2
+apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: redis-vpa
0 commit comments