pivotal / skenario

A simulator toolkit for Knative
Apache License 2.0
30 stars 10 forks source link

Fix updating recommendations mechanism in VPA plugin #100

Open juliababkina opened 4 years ago

juliababkina commented 4 years ago

We need to fix updating recommendations mechanism in plugin-k8s-vpa plugin.

The problem is the following: Now we get VPA recommendations from clusterState. However, VPA recommendations should be updated in vpa.status (but now they don't) and we have to get them from there.