how does one turn on the debug logging in the kube...
# kubernetes
c
how does one turn on the debug logging in the kubernetes plugin? im trying to debug an API EOF error on deployments for the PVC watcher
g
pulumi preview -v=9 --logtostderr 2>out
will log verbose output to a file for you