cluster-api-provider-proxmox
cluster-api-provider-proxmox copied to clipboard
(question) does horizontal pod autoscaling work with this provider?
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
Yes, it should work. but you need to deploy a metrics-server that can expose metrics to the controller manager.
if you require to customize it you will need to add more options in the controller-manager.
ok, getting close to being able to test. Thank you.