When using k8s `RunNamespacedJob` is possible to g...
# prefect-server
a
When using k8s
RunNamespacedJob
is possible to get the logs from the job and have them on prefect ui? I'm setting
log_level
but that isn't working
k
You need to use the ReadNamedspacedPodLogs task because this compute is happening on a different process so we need to use the API to fetch the logs
that's inside RunNamespacedJob
k
Ah I think you are running into this