Configuring and Customizing Helm
Debugging and Colored Output
When you want to troubleshoot problems with Helm commands, you can enable debug output by setting the HELM_DEBUG environment variable to true. This provides more detailed logs about what Helm is doing behind the scenes. Among other things, it shows the exact Kubernetes manifests being sent to the API server after template rendering. For example, to see debug output when installing a chart, you can run:
export HELM_DEBUG="true"
# or use
# export HELM_DEBUG=1
# Then run the install command
helm install my-wordpress bitnami/wordpress \
--version 28.0.2
# Don't forget to unset the variable afterward
unset HELM_DEBUG
To see the rendered manifests, search for the COMPUTED VALUES: section in the debug output.
Helm in Practice
Designing, Deploying, and Operating Kubernetes Applications at ScaleEnroll now to unlock current content and receive all future updates for free. Your purchase supports the author and fuels the creation of more exciting content. Act fast, as the price will rise as the course nears completion!
Hurry! This limited time offer ends in:
To redeem this offer, copy the coupon code below and apply it at checkout:
