Fail to init pods #638
-
|
Hello, I'm trying to build airflow with KubernetesExecutor on my cluster. Also, I would to use my company's Mysql as externalDatabase. I can use helm to install/upgrade, but I always got following error: I've get into node and ping mysql server without any issue, looks like pods even not initilized Below is my yaml file seting: https://gist.github.com/ykecheng/e82147b562c9534e1d0f5c460a35fe4e Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@ykecheng I really need more information non to help. Perhaps you can start by providing:
|
Beta Was this translation helpful? Give feedback.

@ykecheng I really need more information non to help.
Perhaps you can start by providing:
kubectl describe pod ...for the failing pods (especially so we can see their events)kubectl logs(possibly also using-pto see the logs from the last crash loop)