Update default versions in recommender high and low deployments and compatibility table

This commit is contained in:
Joachim Bartosik 2023-02-03 09:28:48 +01:00
parent 233501343d
commit 2567e7e359
3 changed files with 4 additions and 3 deletions

View File

@ -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+ |

View File

@ -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

View File

@ -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