KubernetesPodOperator shows completed in Airflow UI but keep on running in backend

136 views Asked by At

I am working on KubernetesPodOperator for one of the development. In that, I have used this to generate the files in GCP. I tried the below approach and it was working fine too. The KubernetesPodOperator task shows completed(green) in Airflow UI interface, but looks like it is keep on running in the backend.

Can someone help me on this to fix this continuous generation of files.

Is there anyway to kill the running kubernetescluster or pod if any. Or is there any other way/parameter needs to be added to run the task with KubernetesPodOperator

I tried multiple approaches but the log show, Deleting Pod at the completion of the task

1

There are 1 answers

1
subram On