Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Tiller credentials persisted across "helm tiller start" sessions #47

Closed
jonerer opened this issue Apr 30, 2019 · 0 comments · Fixed by #48
Closed

Tiller credentials persisted across "helm tiller start" sessions #47

jonerer opened this issue Apr 30, 2019 · 0 comments · Fixed by #48

Comments

@jonerer
Copy link
Contributor

jonerer commented Apr 30, 2019

Thanks for a great plugin!

Our usecase is like this:

(set credentials for AWS role)
$ helm tiller start
$....
$ (Ctrl-D)

(set credentials for other AWS role)
$ helm tiller start
$...
$ (Ctrl-D)

But this doesn't really work currently since the first tiller session will be re-used by the second "start" command, unless I run a "helm tiller stop" between them. I think it would better if the tiller session was tied to the shell session that "start" starts.

I saw this also mentioned in #33

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant