You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
called [VerticalPodAutoscaler](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta2/types.go).
40
+
called [VerticalPodAutoscaler](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go).
37
41
It allows to specify which pods should be vertically autoscaled as well as if/how the
38
42
resource recommendations are applied.
39
43
@@ -42,11 +46,15 @@ procedure described below.
42
46
43
47
# Installation
44
48
45
-
The current default version is Vertical Pod Autoscaler 0.5.0
49
+
The current default version is Vertical Pod Autoscaler 0.8.0
46
50
47
-
**NOTE:** since version 0.4 VPA requires at least Kubernetes 1.11 to work (needs certain
48
-
Custom Resource Definition capabilities). With older Kubernetes versions we
49
-
suggest using the [latest 0.3 version](https://github.com/kubernetes/autoscaler/blob/vpa-release-0.3/vertical-pod-autoscaler/README.md).
51
+
### Compatibility
52
+
53
+
| VPA version | Kubernetes version |
54
+
| --- | --- |
55
+
| 0.8+ | 1.13+ |
56
+
| 0.4 to 0.7 | 1.11+ |
57
+
| 0.3.X and lower | 1.7+ |
50
58
51
59
### Notice on removal of v1beta1 version (>=0.5.0)
52
60
@@ -60,7 +68,6 @@ This doc is for installing latest VPA. For instructions on migration from older
60
68
61
69
### Prerequisites
62
70
63
-
* VPA version 0.4+ requires Kubernetes 1.11. For older versions see [latest 0.3 version](https://github.com/kubernetes/autoscaler/blob/vpa-release-0.3/vertical-pod-autoscaler/README.md)
64
71
*`kubectl` should be connected to the cluster you want to install VPA in.
65
72
* The metrics server must be deployed in your cluster. Read more about [Metrics Server](https://github.com/kubernetes-incubator/metrics-server).
66
73
* If you are using a GKE Kubernetes cluster, you will need to grant your current Google
@@ -151,7 +158,7 @@ You may need to add more nodes or adjust examples/hamster.yaml to use less CPU.*
0 commit comments