Update default versions in recommender high and low deployments and compatibility table
This commit is contained in:
parent
233501343d
commit
2567e7e359
|
|
@ -48,12 +48,13 @@ procedure described below.
|
|||
|
||||
# Installation
|
||||
|
||||
The current default version is Vertical Pod Autoscaler 0.12.0
|
||||
The current default version is Vertical Pod Autoscaler 0.13.0
|
||||
|
||||
### Compatibility
|
||||
|
||||
| VPA version | Kubernetes version |
|
||||
|-----------------|--------------------|
|
||||
| 0.13 | 1.25+ |
|
||||
| 0.12 | 1.25+ |
|
||||
| 0.11 | 1.22 - 1.24 |
|
||||
| 0.10 | 1.22+ |
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ spec:
|
|||
runAsUser: 65534 # nobody
|
||||
containers:
|
||||
- name: recommender
|
||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.12.0
|
||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.13.0
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- --name=performance
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ spec:
|
|||
runAsUser: 65534 # nobody
|
||||
containers:
|
||||
- name: recommender
|
||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.12.0
|
||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.13.0
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- --name=frugal
|
||||
|
|
|
|||
Loading…
Reference in New Issue