-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Expected Behavior
Cluster Autoscaler doesn't touch pods not managed by any of controllers (deployment, replicaset, etc).
Current Behavior
All pods in a cluster (if Istio is installed) have annotation cluster-autoscaler.kubernetes.io/safe-to-evict: true. It allows Cluster Autoscaler to terminate such pods to reschedule them on other nodes.
The configuration
| sidecarInjectorWebhook: |
| skip-nodes-with-local-storage: false |
Failure Information (for bugs)
For example, if pods are run by Airflow they aren't managed by any controllers (raw pods) and Cluster Autoscaler can terminate such pods without waiting for finishing jobs (in case of scale-down nodes because of underutilization).
Metadata
Metadata
Assignees
Labels
No labels