-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
area/vertical-pod-autoscalerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Which component are you using?:
/area vertical-pod-autoscaler
What version of the component are you using?:
Component version: v1.4.1 (and most previous versions)
What k8s version are you using (kubectl version
)?:
1.30
What environment is this in?:
KOPS on AWS
What did you expect to happen?:
When a pod is annotated with cluster-autoscaler.kubernetes.io/safe-to-evict: False
we expect that that the VPA updater does not evict the pod. We temporarily add those annotations to minimize restarts during certain periods.
What happened instead?:
The VPA updater will evict pods with cluster-autoscaler.kubernetes.io/safe-to-evict: False
.
How to reproduce it (as minimally and precisely as possible):
- Configure a VPA for your pod
- Annotate your pod with
cluster-autoscaler.kubernetes.io/safe-to-evict: False
- Make sure resource usage changes.
- VPA updater will evict the pod
Metadata
Metadata
Assignees
Labels
area/vertical-pod-autoscalerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.