kuberneteskubernetes-helmrancher

How can I tell what causes a helm chart deployment to fail?


If a Helm deployment's status is failed, what can I do to determine what made it fail?


Solution

  • helm history <release_name>

    Shows the kubernetes errors for the attempted deployment of that release.