How do I enable the equivalent of `helm … --debug`...
# kubernetes
b
How do I enable the equivalent of
helm … --debug
when deploying v3 Helm Release resources? Need it to be able to debug some timeouts.
f
I would also like to know this ^
b
Right now I: •
kubectl get pods
• Identify the name of the pod responsible • kubectl logs <podname>