- 08 Aug, 2018 1 commit
-
- 30 Jul, 2018 1 commit
-
-
Matthew Fisher authored
-
- 27 May, 2018 1 commit
-
-
mattjmcnaughton authored
When reading through `cmd/tiller/tiller.go`, I noticed a comment around `rootServer` mentions the usage of an `init` function. However, there is no `init` function in this package. Update the comment to be more accurate.
-
- 08 Mar, 2018 1 commit
-
-
Matthew Fisher authored
-
- 09 Feb, 2018 2 commits
-
-
Ben Langfeld authored
-
Ben Langfeld authored
https://github.com/kubernetes/helm/pull/3183 added a keepalive to the Helm client of 30s period, while Tiller was never configured to permit this, keeping the default minimum keepalive period of 5 minutes, disconnecting any clients which ping more regularly than this. This commit enforces a minimum that is lower than what Helm is configured for, preventing these disconnections, and thus fixes #3409.
-
- 29 Nov, 2017 1 commit
-
-
Taylor Thomas authored
Possibly fixes #3121. This forces idle connections to drop after 10 minutes
-
- 16 Nov, 2017 1 commit
-
-
Matt Butcher authored
* fix(helm): add TLS params back During a recent refactor, several TLS flags stopped being processed for a few of the commands. This fixes those commands, and documents how to set up TLS. * fix(tiller): add stricter certificate verification The older version of Tiller allowed a weaker set of certificate checks than we intended. This version requires a client certificate, and then requires that that certificate be signed by a known CA. This works around the situation where a user could provide a self-signed certificate.
-
- 26 Oct, 2017 1 commit
-
-
Yagnesh Mistry authored
add version flag to tiller binary * TODO comment on tiller.go
-
- 09 Oct, 2017 1 commit
-
-
Remington Reackhof authored
-
- 11 Sep, 2017 2 commits
-
-
Sam Leavens authored
This reverts commit 63be90dd.
-
Sam Leavens authored
When 'helm version --debug' is run, this will print the kubernetes server version as well as the helm client and server versions. Closes #1398
-
- 10 Aug, 2017 1 commit
-
-
Matt Butcher authored
This adds a new configuration option to Tiller to limit the number of records stored per release. Tiller stores historical release information (helm history, helm rollback). This makes it possible to set a maximum number of versions per release. To enable this feature, use `helm init --history-max NNN`. Note that because of the restrictions on Deployment objects, you will have to re-install Tiller to add a limit. Along the way, I found an unreported bug in the Memory storage driver. This fixes that bug and adds substantially more tests to catch regressions. Closes #2332
-
- 12 Jun, 2017 1 commit
-
-
Adam Reese authored
-
- 19 May, 2017 1 commit
-
-
Adam Reese authored
Adds a generic logging interface to importable packages.
-
- 05 May, 2017 1 commit
-
-
Maciej Kwiek authored
This change introduces the concept of Rudders - pluggable modules that Tiller communicates with via grpc, which allow to decouple orchestration logic from Tiller into separate service. This commit consists of simple Rudder implementation which does exactly the same thing as built in Tiller orchestrator - it creates all k8s objects from provided manifest without orchestrating them. --experimental-release flag is introduced to enable this behaviour. This change allows to use the service and tiller outside of the cluster. Following commits will add Rudder to helm deployment.
-
- 21 Apr, 2017 1 commit
-
-
fibonacci1729 authored
RequireAndVerifyClientCert => VerifyClientCertIfGiven Closes #2310
-
- 13 Apr, 2017 1 commit
-
-
sadlil authored
-
- 04 Apr, 2017 1 commit
-
-
fibonacci1729 authored
-
- 10 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 31 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 25 Jan, 2017 1 commit
-
-
Manjunath A Kumatagi authored
-
- 05 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 15 Dec, 2016 1 commit
-
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
- 13 Dec, 2016 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 05 Dec, 2016 1 commit
-
-
Adam Reese authored
Increases the default message size from 4MB to 10MB.
-
- 15 Nov, 2016 1 commit
-
-
Adam Reese authored
-
- 02 Nov, 2016 1 commit
-
-
adieu authored
-
- 17 Oct, 2016 1 commit
-
-
Jim authored
-
- 15 Oct, 2016 1 commit
-
-
Jim authored
Closes #1072
-
- 11 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 15 Aug, 2016 1 commit
-
-
Matt Butcher authored
This adds a Tiller CLI flag to override the default, and tests to make sure that the default comes up as expected.
-
- 20 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 12 Jul, 2016 1 commit
-
-
- 22 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 07 Jun, 2016 2 commits
-
-
fibonacci1729 authored
-
Adam Reese authored
-
- 01 Jun, 2016 2 commits
-
-
Aaron Schlesinger authored
-
Aaron Schlesinger authored
-