Assuming your pod is still there
DRIVER_POD_NAME=`kubectl get pods -n |grep driver|awk
'{print $1}'`
kubectl logs $DRIVER_POD_NAME -n -n
Example namespace spark
DRIVER_POD_NAME=`kubectl get pods -n spark |grep driver|awk '{print $1}'`
kubectl logs $DRIVER_POD_NAME -n spark
HTH
view m
Just check the interpreter pod log
jeehonglee 于2021年7月26日周一 下午5:50写道:
> Hello
> Dear Members
>
> I got an issue Python interpreter Pending issue with K8S mode.
> I checked Zeppelin-server/interpreter stdout/stderror and there is nothing
> to help me.
>
> Would you please help me?
>
> Best Regard