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


   **https://github.com/apache/airflow/pull/18797 look good**
   
   with python 3.6
   
   ```
   [2022-03-27, 18:45:42 UTC] {kubernetes_pod.py:525} INFO - Creating pod 
airflow-test-pod.2e925545978340a197ae86ee955e660a with labels: {'dag_id': 
'kubernetes_dag', 'task_id': 'task-one', 'run_id': 
'scheduled__2022-03-18T0000000000-90832bb28', 'try_number': '1'}
   [2022-03-27, 18:45:42 UTC] {pod_manager.py:163} WARNING - Pod not yet 
started: airflow-test-pod.2e925545978340a197ae86ee955e660a
   [2022-03-27, 18:45:43 UTC] {pod_manager.py:163} WARNING - Pod not yet 
started: airflow-test-pod.2e925545978340a197ae86ee955e660a
   [2022-03-27, 18:45:44 UTC] {pod_manager.py:163} WARNING - Pod not yet 
started: airflow-test-pod.2e925545978340a197ae86ee955e660a
   [2022-03-27, 18:45:45 UTC] {pod_manager.py:163} WARNING - Pod not yet 
started: airflow-test-pod.2e925545978340a197ae86ee955e660a
   [2022-03-27, 18:45:47 UTC] {pod_manager.py:203} INFO - toto
   [2022-03-27, 18:46:03 UTC] {pod_manager.py:203} INFO - finish
   [2022-03-27, 18:46:04 UTC] {kubernetes_pod.py:418} INFO - Deleting pod: 
airflow-test-pod.2e925545978340a197ae86ee955e660a
   [2022-03-27, 18:46:04 UTC] {taskinstance.py:1288} INFO - Marking task as 
SUCCESS. dag_id=kubernetes_dag, task_id=task-one, 
execution_date=20220318T000000, start_date=20220327T184542, 
end_date=20220327T184604
   [2022-03-27, 18:46:04 UTC] {local_task_job.py:154} INFO - Task exited with 
return code 0
   [2022-03-27, 18:46:04 UTC] {local_task_job.py:264} INFO - 0 downstream tasks 
scheduled from follow-on schedule check
   ```
   
   with python 3.9
   
   ```
   [2022-03-27, 18:29:26 UTC] {kubernetes_pod.py:525} INFO - Creating pod 
airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370 with labels: {'dag_id': 
'kubernetes_dag', 'task_id': 'task-one', 'run_id': 
'scheduled__2022-03-26T0000000000-09f4abc4d', 'try_number': '1'}
   [2022-03-27, 18:29:27 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:28 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:29 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:30 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:31 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:32 UTC] {pod_manager.py:159} WARNING - Pod not yet 
started: airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:33 UTC] {pod_manager.py:199} INFO - toto
   [2022-03-27, 18:29:48 UTC] {pod_manager.py:199} INFO - finish
   [2022-03-27, 18:29:49 UTC] {pod_manager.py:214} WARNING - Pod 
airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370 log read interrupted but 
container base still running
   [2022-03-27, 18:29:50 UTC] {pod_manager.py:199} INFO - finish
   [2022-03-27, 18:29:50 UTC] {kubernetes_pod.py:418} INFO - Deleting pod: 
airflow-test-pod.87f39cb63ab949c1afc6b92b43e04370
   [2022-03-27, 18:29:50 UTC] {taskinstance.py:1278} INFO - Marking task as 
SUCCESS. dag_id=kubernetes_dag, task_id=task-one, 
execution_date=20220326T000000, start_date=20220327T182926, 
end_date=20220327T182950
   [2022-03-27, 18:29:50 UTC] {local_task_job.py:154} INFO - Task exited with 
return code 0
   [2022-03-27, 18:29:50 UTC] {local_task_job.py:264} INFO - 0 downstream tasks 
scheduled from follow-on schedule check
   ```


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to