ktaborski opened a new pull request, #58398:
URL: https://github.com/apache/airflow/pull/58398

   Decouple StatefulSet deployment from PVC creation in worker configuration. 
Previously, workers.persistence.enabled controlled both StatefulSet usage and 
PVC creation, making it impossible to use StatefulSet without volumes.
   
   Changes:
   - Modify volume template logic to use logs.persistence.enabled for PVC
   - Allow StatefulSet workers with emptyDir when workers.persistence.enabled 
is true but logs.persistence.enabled is false
   - Maintain backward compatibility: default behavior unchanged
   
   This enables stable network identity for workers without persistent storage.


-- 
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]

Reply via email to