I am trying to deploy airflow in EKS and following below article: https://aws.amazon.com/blogs/containers/running-airflow-workflow-jobs-on-amazon-eks-spot-nodes/
I am stuck with Init create container error. Pod is not able to start at all.
Below are the logs:
Defaulted container “webserver” out of: webserver, scheduler, init (init)
Error from server (BadRequest): container “webserver” in pod “airflow” is waiting to start: PodInitializing
Not sure where the error is pointing though. Is there any way I can trouble shoot it OR Is there better way to deploy airflow in EKS.