raphaelauv commented on issue #29488:
URL: https://github.com/apache/airflow/issues/29488#issuecomment-1427139550

   if I set the parameter `config_file` the deferable task then work
   
   ```python
       KubernetesPodOperator(
           task_id="task-a",
           namespace="default",
           kubernetes_conn_id="kubernetes_default",
           config_file="/opt/airflow/include/.kube/config",
           deferrable=True,
           ...
   ```
   
   hello @hussein-awala, the config file is not the problem , it's the 
deferrable code not fully using the kubernetes_conn_id , (exactly like the 
issue I shared in my previous message)
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to