csp33 commented on issue #29237: URL: https://github.com/apache/airflow/issues/29237#issuecomment-1409907854
HI @tikkanipraveen I had a simmilar problem and it was caused by the cluster autoscaler. You can try to set the following annotation in your worker pods: ```yaml cluster-autoscaler.kubernetes.io/safe-to-evict: "false" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
