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/01/28 14:45:04 UTC

[GitHub] [airflow] lgov commented on issue #13918: KubernetesPodOperator with pod_template_file = No Metadata & Wrong Pod Name

lgov commented on issue #13918:
URL: https://github.com/apache/airflow/issues/13918#issuecomment-769122329


   This might not be the issue you are having, but I noticed that if the pod template file that you're using in your KubernetesPodOperator can not be read (e.g. because the volume is not mounted in the path you specified), then K.P.O will try to launch a pod with a template that has all the right keys but empty values.
   
   In that specific scenario, you'll not get an error messages like 'pod_template_file not found', but you'll get an error from Kubernetes like 'namespace value not filled in' or something similar.


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