You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "chuxiangfeng (via GitHub)" <gi...@apache.org> on 2023/03/07 05:59:25 UTC

[GitHub] [airflow] chuxiangfeng commented on issue #29303: KubernetesPodOperator not make task status to success due the task execution time is very short

chuxiangfeng commented on issue #29303:
URL: https://github.com/apache/airflow/issues/29303#issuecomment-1457589040

   > > kubectl get pod t-crawler-gem-ipo-request-39a8a54e91394e8198711966fb7ec66d -o jsonpath='{.status.phase}' -n crawler
   > > Succeeded
   > 
   > @chuxiangfeng Since kubectl returns Succeeded as status, it may be a bug in kubernetes client, can you check which version of kubernetes lib is installed on Airflow server?
   > 
   > ```shell
   > pip freeze | grep kubernetes
   > ```
   apache-airflow-providers-cncf-kubernetes==4.4.0
   kubernetes==23.6.0


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org