Merge pull request #5475 from jbartosik/bump-to-vpa-0-13-release-branch-2
Update default versions in recommender high and low deployments
This commit is contained in:
commit
be5b396e7b
|
|
@ -48,12 +48,13 @@ procedure described below.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
The current default version is Vertical Pod Autoscaler 0.12.0
|
The current default version is Vertical Pod Autoscaler 0.13.0
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
|
|
||||||
| VPA version | Kubernetes version |
|
| VPA version | Kubernetes version |
|
||||||
|-----------------|--------------------|
|
|-----------------|--------------------|
|
||||||
|
| 0.13 | 1.25+ |
|
||||||
| 0.12 | 1.25+ |
|
| 0.12 | 1.25+ |
|
||||||
| 0.11 | 1.22 - 1.24 |
|
| 0.11 | 1.22 - 1.24 |
|
||||||
| 0.10 | 1.22+ |
|
| 0.10 | 1.22+ |
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
runAsUser: 65534 # nobody
|
runAsUser: 65534 # nobody
|
||||||
containers:
|
containers:
|
||||||
- name: recommender
|
- name: recommender
|
||||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.12.0
|
image: k8s.gcr.io/autoscaling/vpa-recommender:0.13.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- --name=performance
|
- --name=performance
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
runAsUser: 65534 # nobody
|
runAsUser: 65534 # nobody
|
||||||
containers:
|
containers:
|
||||||
- name: recommender
|
- name: recommender
|
||||||
image: k8s.gcr.io/autoscaling/vpa-recommender:0.12.0
|
image: k8s.gcr.io/autoscaling/vpa-recommender:0.13.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- --name=frugal
|
- --name=frugal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue