https://pulumi.com logo
b

bitter-father-26598

07/19/2023, 3:43 AM
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

full-eve-52536

07/19/2023, 1:24 PM
I would also like to know this ^
b

bitter-father-26598

07/19/2023, 4:27 PM
Right now I: •
kubectl get pods
• Identify the name of the pod responsible • kubectl logs <podname>