A Helm plugin to get debug information about the Kubernetes resources creaeted by a release. The output is useful for troubleshooting in a CI / CD environment where it is valuable to capture the state of a release following a failure. The following information will be output to the output directory."
- Environment variables
- Helm release list
- Helm user values
- Helm computed values
- Kubernetes resource list
- Kubernetes describe of each pod
- Kubernetes logs for each container
helm plugin install https://github.com/jzbruno/helm-release-logs.git
helm release-logs <releasa>
helm release-logs -h