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
vaikas-google
b39a084834
first cut of fetch
9 years ago
Michelle Noorali
459338264e
feat(helm): add helm update command
...
This resolves issue #640 .
9 years ago
Matt Butcher
6db7c39b84
feat(helm, tiller): implement k8s portion of install
...
This commit finally ties `helm install` together with the Kubernetes
client library to make an end-to-end trip.
There were several small fixes to go on both client and server side,
along with some changes to proto to support better error reporting.
The alpine chart has been updated to exhibit how the new Helm works.
9 years ago
Matt Butcher
eba4c59a84
Merge pull request #632 from technosophos/feat/helm-list
...
feat(helm, tiller): add release listings
9 years ago
Adam Reese
1d0f43b0fb
Merge pull request #636 from adamreese/fix/makefile
...
fix(Makefile): remove rogue line in Makefile
9 years ago
Adam Reese
e22853b845
fix(Makefile): remove rogue line in Makefile
9 years ago
Matt Butcher
e869c36cd2
feat(helm, tiller): implement list
9 years ago
Adam Reese
93fa516786
Merge pull request #635 from adamreese/ref/kube
...
ref(kube): refactor kubeclient to a struct
9 years ago
Adam Reese
0b6309be02
ref(kube): refactor kubeclient to a struct
9 years ago
Adam Reese
c44f0b0b01
test(kube): improve kubernetes client test coverage
9 years ago
Adam Reese
fc9171f8cc
Merge pull request #633 from adamreese/fix/building
...
ref(Makefile): use GOBIN for go builds
9 years ago
Michelle Noorali
45932547ec
Merge pull request #631 from michelleN/helm-repo
...
feat(helm): add helm repo remove cmd
9 years ago
Adam Reese
90aefb936b
ref(Makefile): use GOBIN for go builds
9 years ago
Matt Butcher
6950fe42dd
feat(helm, tiller): add release listings
...
This adds client and server support for 'helm list'.
9 years ago
Michelle Noorali
6dd87645c7
ref(helm): add remove repo command
...
+ some clean up of repo add & init
9 years ago
Brian
2c71fb9f9b
Merge pull request #627 from fibonacci1729/feat/chart2proto
...
feat(chart2proto): chart to proto transformations for helm grpc client
9 years ago
Matt Butcher
7530a84b8c
Merge pull request #620 from technosophos/feat/helm-get-values
...
feat(helm): add 'get values', 'get manifest'
9 years ago
Matt Butcher
48e80e7b49
Merge pull request #622 from kubernetes/fix/readme-features
...
fix(README): add features list
9 years ago
Brian
c349bfbffd
feat(chart2proto): chart to proto transformations for helm grpc client
9 years ago
Michelle Noorali
66477e0598
ref(helm): add helper to check len of cmd args
9 years ago
Michelle Noorali
ef4da35607
Merge pull request #629 from michelleN/tiller-img
...
chore(*): update tiller image
9 years ago
Matt Butcher
a71bf624e2
Merge pull request #621 from technosophos/fix/ignore-vimrc
...
fix(gitignore): ignore .vimrc files
9 years ago
Michelle Noorali
25aef96c3c
chore(*): update tiller image
9 years ago
Adam Reese
7bc728bc05
Merge pull request #628 from adamreese/feat/build-faster
...
feat(Makefile): go build optimizations
9 years ago
Adam Reese
aca9f0f8f2
fix(vet): fix weird go vet issue
9 years ago