Adam Reese
7bc56e74f9
fix(cmd): s/supress/suppress/
...
Suppress is spelled wrong.
Matt did it.
9 years ago
Matt Butcher
120256ecb3
Merge pull request #1057 from technosophos/feat/configmaps-default
...
feat(tiller): make configmaps the default storage
9 years ago
Matt Butcher
63719deb92
Merge pull request #1059 from technosophos/fix/1047-kubeconfig
...
fix(helm): document KUBECONFIG env var
9 years ago
Matt Butcher
80761b6274
fix(helm): document KUBECONFIG env var
...
Closes #1047
9 years ago
Matt Butcher
5bcf29d214
feat(tiller): make configmaps the default storage
...
This adds a Tiller CLI flag to override the default, and tests to
make sure that the default comes up as expected.
9 years ago
Adam Reese
3f2bbdebab
Merge pull request #1056 from adamreese/fix/inf-hack
...
fix(deps): remove inf package hack from glide.yaml
9 years ago
Adam Reese
dbac9a801d
fix(deps): remove inf package hack from glide.yaml
9 years ago
Adam Reese
868b82c8f7
Merge pull request #1049 from adamreese/feat/dist
...
feat(Makefile): add target for building releases
9 years ago
Adam Reese
b106def888
Merge pull request #1052 from naveensrinivasan/fix-clean-error
...
Fix the clean task when directory not present
9 years ago
Naveen Srinivasan
5f015322e2
Fix the clean task when directory not present
...
The Makefile has clean task that was failing when the ./rootfs/tiller
was not present
9 years ago
Adam Reese
dd7cebc39f
feat(Makefile): add target for building releases
...
* Add README and License files to archive
* Compress archives for smaller download size
https://github.com/kubernetes/helm/issues/999
9 years ago
Adam Reese
e7738c5c56
feat(ci): add windows build
9 years ago
Adam Reese
47c360da37
chore(*): bump version to v2.0.0-alpha.3
9 years ago
Adam Reese
e4c60380a5
Merge pull request #1048 from jstrachan/patch-1
...
added instructions on downloading a distro
9 years ago
James Strachan
29d562c785
added instructions on downloading a distro
...
using the new shiny distro of helm and tiller
9 years ago
Matt Butcher
9c985e9d80
Merge pull request #1045 from technosophos/fix/correct-gocloud-git-repo
...
fix(glide.yaml): fix moved gocloud repository
9 years ago
Matt Butcher
8cc146841e
Merge pull request #1044 from technosophos/fix/1041-downgrade-already-exists-to-warning
...
fix(helm): warn on init when Tiller already exists
9 years ago
Matt Butcher
dd9661c77c
fix(glide.yaml): fix moved gocloud repository
...
Looks like another Go git repo got moved around.
9 years ago
Adam Reese
26950b894e
Merge pull request #1043 from adamreese/fix/circle-ci-memory
...
fix(ci): disable running coverage in parallel
9 years ago
Matt Butcher
3128562149
fix(helm): warn on init when Tiller already exists
...
Previously, if 'helm init' was run on a cluster that had Tiller
installed, the init would fail. However, this condition indicates that
both the client and the server are in a condition to work, so this
should not be an error. This PR downgrades that error to a warning.
Closes #1041
9 years ago
Adam Reese
7ef5751529
fix(ci): disable running coverage in parallel
...
Running in parallel will crash a circle ci node. Disabling until we can
build in some safeguards.
9 years ago
Adam Reese
db74f74b55
Merge pull request #1040 from adamreese/fix/spelling
...
fix(cmd): s/specifiy/specify/
9 years ago
Ville Aikas
c2cdb97ba2
Merge pull request #1039 from vaikas-google/master
...
First cut of adding dynamic cluster support to status command
9 years ago
vaikas-google
05374bbebf
untabify status.proto file
9 years ago
vaikas-google
bdbe457c3c
forgot to change the return to string
9 years ago
Adam Reese
2cfb11fe44
fix(cmd): s/specifiy/specify/
9 years ago
vaikas-google
d2841f92f3
formatting changes, add comments, make tests pass
9 years ago
Brian
1b15275135
Merge pull request #1007 from fibonacci1729/feat/storage-memory
...
feat(storage): in-memory & configmaps driver
9 years ago
fibonacci1729
ae2d6c5050
Merge branch 'master' into feat/storage-memory
9 years ago
vaikas-google
d8e185267d
First cut of adding dynamic cluster support to status command
9 years ago
fibonacci1729
9d3a1ed2a7
basic cfgmaps driver tests
9 years ago
Michelle Noorali
ae4ff5cd81
Merge pull request #1030 from michelleN/feat/690-helm-upgrade
...
feat(*): implement helm upgrade + upgrade hooks
9 years ago
Matt Butcher
37e33e7d09
Merge pull request #1032 from technosophos/docs/889-minikube
...
docs(developers): recommend minikube
9 years ago
fibonacci1729
d5aca1666c
configmaps: style fix
9 years ago
fibonacci1729
ce909a39d6
fix: return only deployed releases
9 years ago
fibonacci1729
94a154b745
more style fixes and cleanup
9 years ago
fibonacci1729
559e9081fb
style fixes and cleanup
9 years ago
fibonacci1729
3dca699410
fix: storage tests
9 years ago
Adam Reese
f25206352d
Merge pull request #1031 from adamreese/fix/ignore-dist
...
fix(git): ignore _dist directory
9 years ago
Michelle Noorali
f99228778d
feat(*): integrate support for upgrade hooks
9 years ago
Matt Butcher
ad77fedf26
docs(developers): recommend minikube
...
This reflects our internal decision to suggest minikube rather than
commit resources to maintaining scripts/local-cluster.sh
Closes #889
9 years ago
fibonacci1729
3a6a9f2436
gofmt on cmd/tiller
9 years ago
fibonacci1729
7c56882ed9
fix configmaps list, and labels mechanism for future tiller mgmt
9 years ago
Adam Reese
ebb7584ab2
fix(git): ignore _dist directory
9 years ago
fibonacci1729
1d04646c85
update failing tests to use new storage / driver apis
9 years ago
fibonacci1729
cba0c6615f
gofmt
9 years ago
fibonacci1729
b28c3793a0
add feature flag to use storage driver configmaps
9 years ago
fibonacci1729
8c56533a47
configmap tests & some reduction in driver complexity
9 years ago
Matt Butcher
24e891ee6d
Merge pull request #1029 from ammeon/serve-repo-path
...
Serve charts from specified local repository path
9 years ago
Michelle Noorali
70b9f11a03
feat(*): add disable hooks flag to `helm upgrade`
9 years ago