potiuk commented on issue #33066:
URL: https://github.com/apache/airflow/issues/33066#issuecomment-1666876744
Unfortunately the exception information is swallowed. Is it possible that
you find this line:
```
self.log.exception("Unknown error in KubernetesJobWatcher. Failing")
```
In kubernetes_executor_utils and replace it with
```
self.log.exception("Unknown error in KubernetesJobWatcher. Failing",
exc_info=True)
```
That should give use more clues.
--
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]