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 2021/06/15 08:33:55 UTC

[GitHub] [airflow] potiuk commented on issue #16449: Airflow helm chart web pod keep crashing in v2.1.0

potiuk commented on issue #16449:
URL: https://github.com/apache/airflow/issues/16449#issuecomment-861301794


   We won't be able to help too much, I am afraid without the logs. This is troubleshooting of your K8S installation not helm chart.
   
   You need to dig deeper in the logs of k8s - there are for sure generic k8S logs that can tell you the reason why pods are crashing. . It usually is because of not enough resources - disk, memory, cpu etc. and you will see that in K8S logs rather than Airflow logs. You will have to find it in the EKS logs. 
   
   Also I heartily recommend k9s tool for such investigations. https://github.com/derailed/k9s  it makes it much easier to see what's going on. 
   
   Closing for now until some more information is available that will make it possible to investigate.


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

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