Does helm’s `–dry-run` option need connection to kubernetes API server? Facing connection error

There is also an option to run helm template ./mychart to render the generated YAMLs without needing the connection to tiller.
Combined with helm lint it’s a great set to verify validity of your chart.

Leave a Comment