neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
150 stars 20 forks source link

Get rid of VM watcher in plugin #873

Open Omrigan opened 5 months ago

Omrigan commented 5 months ago

Followup of #863

Need to move the logic into pod watcher. Also get rid of Relist() API

Omrigan commented 5 months ago

I thought a bit how this would fit with neondatabase/cloud#11730. Perhaps, it should be the other way around: scheduler should operate on VMs only, so that after we get rid of pods, scheduler can still schedule.

@sharnoff WDYT?