Hi! We're running a flow on GKE, using `nvidia/cud...
# ask-metaflow
s
Hi! We're running a flow on GKE, using
nvidia/cuda:12.3.1-devel-ubuntu20.04
as the base image and using GPU's. When I'm running the flow remotely from my laptop I can't see any of the stdout output. Nothing I
print
in the flow or any other logging shows up. But if I find the pod it's running on and do
kubectl log <podname>
I can see the output. I have no idea how to troubleshoot this, I was wondering if anyone else have encountered this.