vaikas-google
e35edc7475
rename remove to delete
9 years ago
Matt Butcher
80fe12c3a7
Merge pull request #674 from technosophos/feat/timeconv-string
...
feat(pkg): add a timeconv.String function
9 years ago
Matt Butcher
75a1aa648e
fix(*): correct numerous golint errors
9 years ago
Matt Butcher
422700363e
feat(pkg): add a timeconv.String function
...
Rather than do the same formatting repeatedly, we can just call a
convenience function to format to a specific format.
9 years ago
Matt Butcher
613ce7e1a9
Merge pull request #647 from wirehead/readme-fix
...
Fix(readme): Add more documentation on getting started.
9 years ago
Matt Butcher
86647034e6
Merge pull request #671 from technosophos/fix/install-verbose
...
fix(helm): make install ouput similar to others
9 years ago
Michelle Noorali
361fd36ffc
Merge pull request #658 from michelleN/helm-update
...
feat(helm): add helm update command
9 years ago
Matt Butcher
0eb9825c9a
fix(make): add protoc target to top Makefile
...
Closes #670
9 years ago
Matt Butcher
33962abad0
Merge pull request #673 from technosophos/feat/better-get
...
fix(helm): improve 'helm get' output
9 years ago
Matt Butcher
e959915fe4
fix(helm): improve 'helm get' output
...
This makes the output of 'helm get' more like the output of other
Helm commands.
9 years ago
Matt Butcher
e24be19e9c
fix(helm): make install ouput similar to others
...
This now uses the global verbose flag (instead of a local one) and
formats the output in roughly the same style that 'helm list' and
'helm repo *' use.
9 years ago
Matt Butcher
6869258cfa
Merge pull request #660 from technosophos/feat/tiller-ns-flag
...
feat(tiller): allow specifying namespace on cli
9 years ago
Matt Butcher
37cf3eab92
feat(helm): allow user to specify namespace
9 years ago
Matt Butcher
9d78c33b69
feat(tiller): allow specifying namespace on cli
9 years ago
vaikas-google
9e7000fc6d
Merge pull request #666 from vaikas-google/master
...
Add client-only flag to helm init that skips installing tiller.
9 years ago
vaikas-google
f81ac9f5b7
Add missing newline to HELM_HOME info output string
9 years ago
vaikas-google
1c529d46c9
Add client-only flag to init command, which will skip installTiller()
9 years ago
Ken Wronkiewicz
3a7870b96f
Merge branch 'master' into readme-fix
9 years ago
vaikas-google
a4f00f08b9
Merge pull request #664 from vaikas-google/master
...
Add search support
9 years ago
vaikas-google
91c3d31451
fix the arguments in the call to searchCacheForPattern
9 years ago
vaikas-google
d50e22c707
Add search support
9 years ago
Michelle Noorali
841ee68f9a
Merge pull request #661 from nicholaswyoung/patch-1
...
Fix bootstrap instructions
9 years ago
Nicholas Young
3123b266c1
Fix bootstrap instructions
...
The command is `make bootstrap build` not `make boostrap build`.
9 years ago
Adam Reese
34362c13bf
Merge pull request #657 from adamreese/fix/cross-build
...
fix(Makefile): fix broken cross binary build
9 years ago
Michelle Noorali
bf4b15c01d
feat(helm): validate cache file before updating
9 years ago
Michelle Noorali
c7e571918d
feat(helm): download cache file when adding repo
9 years ago
Matt Butcher
5a284ae32e
Merge pull request #649 from technosophos/feat/helm-delete-k8s
...
feat(tiller): delete operation runs against Kubernetes
9 years ago
Adam Reese
a67d56e649
fix(.gitignore): remove old helm cross build
9 years ago
Adam Reese
7a434da506
fix(Makefile): fix broken cross binary build
9 years ago
vaikas-google
d0dd302186
Merge pull request #655 from vaikas-google/master
...
Add ability to untar charts after downloading them
9 years ago
vaikas-google
92039222b5
remove the todo based on PR comments
9 years ago
Matt Butcher
9a0c4a693b
Merge pull request #651 from technosophos/fix/make-bootstrap-checks
...
fix(Makefile): add bootstrap warnings
9 years ago
vaikas-google
9b4d2616c2
Add ability to untar charts after downloading them
9 years ago
Adam Reese
6751343e3b
Merge pull request #644 from adamreese/fix/local-cluster
...
fix(local-cluster): check to see if kubelet is running
9 years ago
Matt Butcher
aa7f5e113d
fix(Makefile): add bootstrap warnings
...
See #647
9 years ago
Matt Butcher
6b68e7891f
feat(tiller): delete operation runs against Kubernetes
...
Also fixed a minor formatting issue with Alpine chart in docs.
9 years ago
Ken Wronkiewicz
40b1cea70a
More documentation updates
9 years ago
Adam Reese
fb8dd39268
Merge pull request #645 from adamreese/feat/kube-delete
...
feat(kube): add delete method
9 years ago
Ken Wronkiewicz
16906a525c
Readme-fix
...
* Fixing the make target in the readme (misspelling)
* Adding link to Glide.
9 years ago
Matt Butcher
d644c22059
Merge pull request #643 from technosophos/feat/install-k8s
...
feat(helm, tiller): implement k8s portion of install
9 years ago
Adam Reese
00ff8acfdc
feat(kube): delete test example
9 years ago
vaikas-google
f7272f43a7
Merge pull request #642 from vaikas-google/master
...
Add support for fetching full urls.
9 years ago
Adam Reese
4a82e7ab4c
feat(kube): add delete method
9 years ago
Adam Reese
a6d675db49
fix(local-cluster): fix missing namespace issue
...
hyperkube tries to create the components in a namespace that does not
exist.
9 years ago
Adam Reese
a4b73c208e
feat(local-cluster): add option to use alpha releases
9 years ago
Adam Reese
1a8e9cd46f
fix(local-cluster): check to see if kubelet is running
9 years ago
vaikas-google
d5bf6efebc
fix typo and return error
9 years ago
vaikas-google
a1acee52cc
cleanup
9 years ago
vaikas-google
95d953b8c3
add scheme to default local repo
9 years ago
vaikas-google
84bf7b41cf
cleanups, add todos
9 years ago