Re: Troubleshooting a Helm installation
Josh Dolitsky
I might also recommend bypassing your remote Tiller entirely to reduce a lot of ops headache. I've been using the helm-tiller plugin which starts a Tiller server locally for the lifetime of your command. You just prefix all of your helm commands with "helm tiller run" - for example "helm tiller run helm list". This should ideally pick up your existing releases. Beyond that, you could also try to start using Helm 3 (rc1), and convert your releases using the helm-2to3 plugin with the --tiller-out-cluster flag. Josh
On Wed, Oct 30, 2019 at 7:37 AM Joe Thompson <kensey@...> wrote: On Oct 30, 2019, at 05:26, bert.laverman@... wrote:
|
|