You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/05 00:11:06 UTC

[GitHub] [airflow] hussein-awala commented on issue #28734: helmChart values.yaml with log persistence enabled follow the documentation cause errors

hussein-awala commented on issue #28734:
URL: https://github.com/apache/airflow/issues/28734#issuecomment-1371568027

   This is not a problem in the chart but a restriction in kubernetes, as there are some immutable fields in the statefulset (the kubernetes object used to run ariflow worker when the persistence is enabled).
   To solve the problem, you can delete `airflow-worker` statefulset and reinstall the helm release in order to recreate the statefulset and attach your existing PVC.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org