Pods "airflow-scheduler", "statsd" and "worker" stuck in "Init:CrashLoopBackOff" - Helm install #31934
Replies: 3 comments 9 replies
-
You need to see the logs of the failing container. I recommend you use |
Beta Was this translation helpful? Give feedback.
-
Have you ever found a solution to this? I'm stuck with a similar problem. I can't find the exact message you got. But the moment I enable git sync all my pods crash. |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem today; it was related to my gitsync config layer too; looking at the initial post perhaps bad request is related to an invalid url? see values.yaml in initial post;
|
Beta Was this translation helpful? Give feedback.
-
Hello - I'm installing airflow via helm on my EKS cluster in AWS. I have gitsync enabled and when i install via helm, 3 pods are erroring out. I'm unable to decipher the error. Can someone please help me out?
values.yaml
kubectl describe pod airflow-scheduler-69b9875498-7t75d -n airflow
generate-secret
kubectl create secret generic git-sync-ssh-key --from-file=ssh-privatekey=/Users/<username>/.ssh/id_rsa -n airflow
list secret
scheduler pod logs
kubectl logs airflow-scheduler-69b9875498-7t75d -n airflow
Beta Was this translation helpful? Give feedback.
All reactions