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 2022/01/09 12:07:30 UTC

[GitHub] [airflow] rdeteix opened a new issue #20772: Installation probe issue

rdeteix opened a new issue #20772:
URL: https://github.com/apache/airflow/issues/20772


   ### Apache Airflow version
   
   2.2.3 (latest released)
   
   ### What happened
   
   I updated the repo yesterday and even with this minimal installation:
   
   ```
   helm install airflow-staging apache-airflow/airflow --namespace staging
   ```
   
   I have:
   
   ``` 
   Warning  Unhealthy  104s   kubelet            Liveness probe failed: Get "http://192.168.118.44:8080/health": dial tcp 192.168.118.44:8080: connect: connection refused
     Warning  Unhealthy  104s   kubelet            Readiness probe failed: Get "http://192.168.118.44:8080/health": dial tcp 192.168.118.44:8080: connect: connection refused
   ```
   
   ### What you expected to happen
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   eks 1.21
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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



[GitHub] [airflow] kaxil closed issue #20772: Installation probe issue

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #20772:
URL: https://github.com/apache/airflow/issues/20772


   


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



[GitHub] [airflow] kaxil commented on issue #20772: Installation probe issue

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #20772:
URL: https://github.com/apache/airflow/issues/20772#issuecomment-1009272976


   Can you increase `scheduler.livenessProbe.timeoutSeconds` and `webserver.readinessProbe.timeoutSeconds` mentioned in https://airflow.apache.org/docs/helm-chart/stable/parameters-ref.html?highlight=timeoutseconds please.
   
   This isn't a bug and most likely occurs due to resource crunch


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