vertical-pod-autoscaler/docs/known-limitations.md
Auto and Recreate modes) will be successfully
recreated. This can be partly
addressed by using VPA together with Cluster Autoscaler.--container-recommendation-max-allowed-cpu and --container-recommendation-max-allowed-memory flags - the drawback of this approach is that a pod can still get unschedulable if more than one container in the pod is scaled by VPA and the sum of the container recommendations exceeds the largest Node's allocatable.--leader-elect=true) in a GKE cluster
causes contention with a lease called vpa-recommender held by the GKE system component of the
same name. To run your own VPA in GKE, make sure to specify a different lease name using
--leader-elect-resource-name=vpa-recommender-lease (or specify your own lease name).