Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 694 Bytes

Helm Release Logs Plugin

Overview

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

Install

helm plugin install https://github.com/jzbruno/helm-release-logs.git

Usage

helm release-logs <releasa>
helm release-logs -h