andormarkus commented on issue #16013:
URL: https://github.com/apache/airflow/issues/16013#issuecomment-847033112
Hi @XD-DENG, this might related to version `2.0.2` and up. I have downgraded
my version to `2.0.1` and it runs without problem. In #16020 I got other issue
with `2.0.2` and up while `2.0.1` works without problem.
```bash
▶ kubectl -n airflow logs pod/airflow-cleanup-1621861200-m49j7
BACKEND=postgresql
DB_HOST=XXXXXXXXXXXXXXXXX
DB_PORT=5432
Loading Kubernetes configuration
Listing pods in namespace airflow
Inspecting pod airflow-cleanup-1621861200-m49j7
No action taken on pod airflow-cleanup-1621861200-m49j7
Inspecting pod airflow-s3-sync-1621861200-m9hqd
Deleting pod "airflow-s3-sync-1621861200-m9hqd" phase "succeeded" and reason
"", restart policy "never"
Deleting POD "airflow-s3-sync-1621861200-m9hqd" from "airflow" namespace
{'api_version': 'v1',
'code': None,
'details': None,
'kind': 'Pod',
'message': None,
'metadata': {'_continue': None,
'remaining_item_count': None,
'resource_version': '233459',
'self_link': None},
'reason': None,
'status': "{'phase': 'Succeeded', 'conditions': [{'type': 'Initialized', "
"'status': 'True', 'lastProbeTime': None, 'lastTransitionTime': "
"'2021-05-24T13:00:02Z', 'reason': 'PodCompleted'}, {'type': "
"'Ready', 'status': 'False', 'lastProbeTime': None, "
"'lastTransitionTime': '2021-05-24T13:00:10Z', 'reason': "
"'PodCompleted'}, {'type': 'ContainersReady', 'status': 'False', "
"'lastProbeTime': None, 'lastTransitionTime': "
"'2021-05-24T13:00:10Z', 'reason': 'PodCompleted'}, {'type': "
"'PodScheduled', 'status': 'True', 'lastProbeTime': None, "
"'lastTransitionTime': '2021-05-24T13:00:02Z'}], 'hostIP': "
"'10.10.13.20', 'podIP': '10.10.13.126', 'podIPs': [{'ip': "
"'10.10.13.126'}], 'startTime': '2021-05-24T13:00:02Z', "
"'containerStatuses': [{'name': 'aws-cli', 'state':
{'terminated': "
"{'exitCode': 0, 'reason': 'Completed', 'startedAt': "
"'2021-05-24T13:00:07Z', 'finishedAt': '2021-05-24T13:00:09Z', "
"'containerID': "
"'docker://e6a7d6adbac716cbd01ebd08d6a434121255280a3c3ef77706235ada7beb41e8'}},
"
"'lastState': {}, 'ready': False, 'restartCount': 0, 'image': "
"'amazon/aws-cli:2.2.5', 'imageID': "
"'docker-pullable://amazon/aws-cli@sha256:0f5d7cd127969a6af0b2af62d7c111678dea1d9f10ef19e43a090c590bba6c77',
"
"'containerID': "
"'docker://e6a7d6adbac716cbd01ebd08d6a434121255280a3c3ef77706235ada7beb41e8', "
"'started': False}], 'qosClass': 'BestEffort'}"}
Inspecting pod airflow-scheduler-6757dffbf7-2pq6s
No action taken on pod airflow-scheduler-6757dffbf7-2pq6s
Inspecting pod airflow-scheduler-6757dffbf7-cwdts
No action taken on pod airflow-scheduler-6757dffbf7-cwdts
Inspecting pod airflow-scheduler-6757dffbf7-zdgjh
No action taken on pod airflow-scheduler-6757dffbf7-zdgjh
Inspecting pod airflow-statsd-84f4f9898-2hlrv
No action taken on pod airflow-statsd-84f4f9898-2hlrv
Inspecting pod airflow-webserver-7cd9f557d-7f4lf
No action taken on pod airflow-webserver-7cd9f557d-7f4lf
Inspecting pod airflow-webserver-7cd9f557d-qhdcp
No action taken on pod airflow-webserver-7cd9f557d-qhdcp
Inspecting pod airflow-webserver-7cd9f557d-r45th
No action taken on pod airflow-webserver-7cd9f557d-r45th
Inspecting pod
etlkafkarawbronzeemarsyslisttables.9c9062c56081483eacf03ee92f07aaef
No action taken on pod
etlkafkarawbronzeemarsyslisttables.9c9062c56081483eacf03ee92f07aaef
```
--
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:
[email protected]