aloof-application-80784
12/20/2022, 3:33 PM[2022-12-19, 20:35:06 UTC] {{pod_manager.py:197}} INFO - Downloading code package...
[2022-12-19, 20:35:12 UTC] {{pod_manager.py:197}} INFO - fatal error: Unable to locate credentials
[2022-12-19, 20:35:22 UTC] {{pod_manager.py:197}} INFO - Failed to download code package from s3://*** after 6 tries. Exiting...
[2022-12-19, 20:35:23 UTC] {{pod_manager.py:337}} INFO - Running command... cat /airflow/xcom/return.json
I should note that we configured an irsa_role on the cluster with a kubernetes service account and used that to set METAFLOW_KUBERNETES_SERVICE_ACCOUNT
. We are also using MWAA from AWS, and setting incluster = False
after dag.py has been created.