Matt Butcher
dd7357dfc1
Merge pull request #2345 from HotelsDotCom/vbom-ml-git-fix
...
Fix for vbom.ml bootstrap
8 years ago
Adam Reese
206035442e
Merge pull request #2438 from vdice/feat/init-upgrade-service-account
...
feat(cmd/helm/installer): add support for upgrading service account
8 years ago
Sushil Kumar
ff42dadde4
Adds update option to plugin command ( #2410 )
...
* Adds update option to plugin command
Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
* Added tests for new methods for plugin update
* Updated docs
* Updated review comments :)
* Return error exit code when there is error
8 years ago
Matt Butcher
8b6fff4474
Merge pull request #2451 from krancour/patch-2
...
minor typo fix
8 years ago
Michelle Noorali
5687723fca
Merge pull request #2429 from FengyunPan/fix-package
...
Add friendly output for helm package
8 years ago
Kent Rancourt
5408b60ad6
minor typo fix
8 years ago
Adam Reese
7830c7e6fb
Merge pull request #2442 from adamreese/chore/k8s-v1.6.3
...
chore(glide): bump kubernetes to v1.6.3
8 years ago
fengyun.pan
346c82952d
Add friendly output for helm package
8 years ago
fengyun.pan
15daced241
Return err when failed to check dependencie and save chart
8 years ago
Adam Reese
35aabdb61a
Merge pull request #2423 from FengyunPan/add-check
...
Add check for getting kubeclient
8 years ago
Adam Reese
bbda3bc73d
chore(glide): bump kubernetes to v1.6.3
8 years ago
vdice
0d3f14f041
feat(cmd/helm/installer): add support for upgrading service account
8 years ago
Matt Butcher
80998bb917
Merge pull request #2381 from ReSearchITEng/master
...
added possibility to set desired install version. See issue #2380
8 years ago
Michelle Noorali
5ed1c42463
Merge pull request #2432 from michelleN/add-ref
...
ref(docs): add ref as commit type
8 years ago
Taylor Thomas
7d5f4e53db
Merge pull request #2430 from thomastaylor312/fix/deployment_wait
...
fix(tiller): Fixes bug with `--wait` and updated deployments
8 years ago
Michelle Noorali
f3da72b8a8
ref(docs): add ref as commit type
8 years ago
Adam Reese
2ff68ab091
Merge pull request #2406 from adamreese/fix/tiller-docker
...
fix(Dockerfile): only copy tiller binary in Dockerfile
8 years ago
Matt Butcher
e8aa8d3678
Merge pull request #2405 from sushilkm/linting-fixes
...
Fixed issues reported by test-style
8 years ago
Taylor Thomas
d310612526
fix(tiller): Fixes bug with `--wait` and updated deployments
...
The current methodology generated its own RS slice instead of using
a helper method that uses a `clientset`. This caused some issues where
`FindNewReplicaSet` always returned `nil`. This switches the method and
removes some unneeded API calls and code.
Closes #2426
8 years ago
fengyun.pan
7887185984
Add check for getting kubeclient
8 years ago
Michelle Noorali
a9f0be9bf3
Merge pull request #2415 from krancour/patch-1
...
Fix minor typo in test doc
8 years ago
Kent Rancourt
ce12341bfa
Fix minor typo in test doc
8 years ago
Taylor Thomas
3e5642a40a
Merge pull request #2400 from sushilkm/issues/2384
...
Fixes various issues related to plugin command
8 years ago
Sushil Kumar
084bbfa2ba
Return error exit-code in case of error
8 years ago
Sushil Kumar
24157e4aed
Updated review comments :)
8 years ago
Sushil Kumar
1c5aab8e78
Fixes messages for plugin remove option
...
Fixes issues/2398 - helm plugin remove does not works as expected
- [ ] plugin remove option is coded to remove multiple plugins, but instead returns error when more than one plugin is requested to be removed.
- [ ] plugin remove does not show any error/message for non-existent plugin.
8 years ago
Sushil Kumar
c84fb11a68
Errors out in case requested plugin exists
...
Partially fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
8 years ago
Sushil Kumar
6344f1d8e9
Errors out in case requested plugin version does not exists
...
Fixes issues/2384 - helm plugin install installs a default version in case requested version is not available
8 years ago
Sushil Kumar
61c3a44dc3
Fixed issues reported by test-style
8 years ago
Adam Reese
fabb7208ab
fix(Dockerfile): only copy tiller binary in Dockerfile
8 years ago
Matt Butcher
5c227bffbb
Merge pull request #2361 from databus23/dont_render_partials
...
Skip rendering partials
8 years ago
Matt Butcher
0faa57c015
Merge pull request #2390 from harbur/add_kubernetic
...
Add Kubernetic in related projects
8 years ago
Matt Butcher
182b0bf0fc
Merge pull request #2389 from szibis/helm-secrets
...
New plugin helm-secrets
8 years ago
Matt Butcher
982bb0cd2c
Merge pull request #2079 from nebril/new-backend
...
Experimental Rudder implementation
8 years ago
Michelle Noorali
704e69fca2
Merge pull request #2375 from sushilkm/tests/repo-flag
...
Added tests for --repo flag for helm fetch command
8 years ago
Sushil Kumar
d5fd75fe61
Updated StartLocalServerForTests to be private method
8 years ago
Maciej Kwiek
d9f72deb0d
Add comments to exported Rudder methods
...
Added make target
Lowered docker image sizes
Updated ruder.pb.go
8 years ago
Maciej Kwiek
1c9ae5577d
Basic Rudder Delete implementation
...
Extracted delete specific code from ReleaseServer to external function
which is called from both Local and Remote ReleaseModules.
Made getVersionSet function from tiller package exported.
8 years ago
Maciej Kwiek
5937e1a214
ReleaseServer.ReleaseModule has Status method
...
Both local and remote Release module implement release status check.
8 years ago
Maciej Kwiek
52c54b09c0
Move rudder proto to different package, add release status
8 years ago
Dmitry Shulyak
3cba189f53
Define both rudder port and rudder address for different needs
8 years ago
Dmitry Shulyak
bd47b8444f
Use rollback method on ReleaseModule interface
8 years ago
Dmitry Shulyak
59af46502d
Run make protoc to update hapi
8 years ago
Dmitry Shulyak
8b33e4720b
Update release proto
8 years ago
Dmitry Shulyak
a883531f98
Implement upgrade for rudder
8 years ago
Maciej Kwiek
8ef9144fb1
Use helm version as rudder version
8 years ago
Maciej Kwiek
cce50f8052
Add experimental dockerfiles
...
Added dockerfiles for rudder service and tiller run with
--experimental-release flag
8 years ago
Maciej Kwiek
c1fcaf09ce
Experimental Rudder implementation
...
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.
8 years ago
Michelle Noorali
7c5363b028
Merge pull request #2392 from michelleN/fix-style-issues
...
chore(helm): fix go style issues in completion.go
8 years ago
Matt Butcher
5a3692a72e
Merge pull request #2395 from eduardobaitello/patch-1
...
Remove warnings about hook ordering guarantees
8 years ago