[I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-11-01 Thread via GitHub
ahipp13 opened a new issue, #35353: URL: https://github.com/apache/airflow/issues/35353 ### Description What I am requesting here is some changes to the Official Airflow Helm chart. What I am requesting is the addition in the values file to be able to edit the size limit on all the E

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-12-14 Thread via GitHub
shohamy7 commented on issue #35353: URL: https://github.com/apache/airflow/issues/35353#issuecomment-1856750083 Hi! @ahipp13 I saw your issue, and took a look in the current helm chart (1.12.0-dev) and it looks that the first proposal of supporting extra configuration such as `sizeLimit

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-12-15 Thread via GitHub
ahipp13 closed issue #35353: Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File URL: https://github.com/apache/airflow/issues/35353 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-12-15 Thread via GitHub
ahipp13 commented on issue #35353: URL: https://github.com/apache/airflow/issues/35353#issuecomment-1857950105 @shohamy7 That's great! I think we will be upgrading to that helm chart in February so that will be good. As far as the probes, that does make sense to me. Now I wish I could

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-11-02 Thread via GitHub
jens-scheffler-bosch commented on issue #35353: URL: https://github.com/apache/airflow/issues/35353#issuecomment-1791434521 Regarding 1) Are you using custom `volume` and `volumeMount` definitions or which deployments are you referring to? Regarding 2) Liveness and readiness pro

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-11-02 Thread via GitHub
ahipp13 commented on issue #35353: URL: https://github.com/apache/airflow/issues/35353#issuecomment-1791450144 @jens-scheffler-bosch thank you for responding! For 1, if you take a look at the scheduler-deployment.yaml file: ![image](https://github.com/apache/airflow/assets/118911990/fe

Re: [I] Official Airflow Helm Chart Adding EmptyDir Sizes and Basic Probes to all Containers to Values File [airflow]

2023-11-02 Thread via GitHub
jens-scheffler-bosch commented on issue #35353: URL: https://github.com/apache/airflow/issues/35353#issuecomment-1791572116 For contribution the process is well defined in https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst - take a look, it will not be hard. I also started like th