Romsik788 commented on issue #28941:
URL: https://github.com/apache/airflow/issues/28941#issuecomment-1384367636

   > But it's up to you to make it robust and production-ready and resilient to 
any kind of failures, I am afraid.
   Ok, I have deployed Apache Airflow on kubernetes 1.22 using the official 
[helm chart](https://artifacthub.io/packages/helm/apache-airflow/airflow/1.7.0) 
with the following settings:
   ```
   elasticsearch:
     enabled: true
   workers:
     persistence:
       storageClassName: oci-bv
     podAnnotations:
       log_format: json
   redis:
     persistence:
       storageClassName: oci-bv
   images:
     useDefaultImageForMigration: true
   createUserJob:
     useHelmHooks: false
   migrateDatabaseJob:
     useHelmHooks: false
   ```
   But still I get the same result.
   


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