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
How to reproduce it (as minimally and precisely as possible):
Create VPA for Deployment with two containers (machine-controller-manager in my case) and watch it:
$ kubectl -n foo get vpa machine-controller-manager -w
NAME MODE CPU MEM PROVIDED AGE
machine-controller-manager Auto 38m 21337184 True 2y107d
machine-controller-manager Auto 10m 12224193 True 2y107d
machine-controller-manager Auto 38m 21337184 True 2y107d
machine-controller-manager Auto 10m 12224193 True 2y107d
machine-controller-manager Auto 38m 21337184 True 2y107d
machine-controller-manager Auto 10m 12224193 True 2y107d
machine-controller-manager Auto 38m 21337184 True 2y107d
machine-controller-manager Auto 10m 12224193 True 2y107d
machine-controller-manager Auto 38m 21337184 True 2y107d
machine-controller-manager Auto 38m 21337184 True 2y107d
Which component are you using?:
vertical-pod-autoscaler
What version of the component are you using?:
Component version: v0.9.0
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
Any cloud or bare metal setups.
What did you expect to happen?:
containerRecomendations field should be sorted.
What happened instead?:
The order is constantly changing.
How to reproduce it (as minimally and precisely as possible):
Create VPA for Deployment with two containers (machine-controller-manager in my case) and watch it:
The status switches every time:
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: