-
Notifications
You must be signed in to change notification settings - Fork 57
Helm Tiller Silent Not Working #64
Comments
which exact version are you using? |
by default it is |
I'm using 0.8.7. The problem also appeared suddenly and we have never seen the "Starting Tiller.." output as well. @management-vm:~$ helm plugin list |
yes, you are right, it is not working |
fixed it in v0.9.0 |
you should never use latest version, best practices is to version everything e.g.: |
Thank you for the quick fix :) |
no worries |
I still see output underneath in version 0.9.0, but only sometimes:
Not nice since we need the output as template... |
@Morriz try to use version |
/reopen |
Hi, this is still not working for 0.83, and the answer you gave is not reflecting proper release management. Why release bugs? If you know the fix can you please fix it in the latest version and release a patch? |
@Morriz please try |
Oh, I didn't see this before but my PR seems related: #66 |
Hi, can you give the version from #69 a try and see if it solves the problem? Thanks. |
Hey, we are happily using your helm tiller plugin but in the lastest version, we realized that even if the "HELM_TILLER_SILENT" variable is set to true by default, we get a tiller output which makes our CI fail because it expects input. I can reproduce it when I try to start it on my VM:
`
@management-vm:~$ helm tiller start-ci
Installed Helm version v2.14.3
Installed Tiller version v2.14.3
Helm and Tiller are the same version!
Set the following vars to use tiller:
export HELM_HOST=127.0.0.1:44134
Starting Tiller...
Tiller namespace: kube-system
@management-vm:~$ [main] 2019/09/27 13:04:35 Starting Tiller v2.14.3 (tls=false)
[main] 2019/09/27 13:04:35 GRPC listening on 127.0.0.1:44134
[main] 2019/09/27 13:04:35 Probes listening on 127.0.0.1:44135
[main] 2019/09/27 13:04:35 Storage driver is Secret
[main] 2019/09/27 13:04:35 Max history per release is 20
`
The last line expects input and therefore it fails.
Manually setting the helm tiller silent flag via export does not help either. Am I missing a new setting or is this an issue?
Thanks and best regards
The text was updated successfully, but these errors were encountered: