helm/pkg/tiller
Dmitry Monakhov 33ace505cc install: Return more user-friendly response on eexists
Most newcomers hit helm's 'feature' there deleted instalations are not really deleted.
Use-case
# helm install  --name gitlab-ce-1 ./stable/gitlab-ce
# helm delete gitlab-ce-1
# helm list
# helm install  --name gitlab-ce-1 ./stable/gitlab-ce
Error: a release named "gitlab-ce-1" already exists

There is a lot duplicated bugs in bugzilla which simply explains that packages
should be deleted with --pure flag. But such bugs appeared again and again
because this behavior is not obvious.

Let's help user to figure out what happens ASAP.
2017-03-02 04:40:02 +03:00
..
environment feat(kube): support thirdpartyresources 2017-02-10 11:22:42 -08:00
hooks.go featt(*): add support for test-failure hook 2017-02-14 08:12:30 -08:00
hooks_test.go chore(pkg/releasetesting): add test_suite tests 2017-02-02 11:57:11 -05:00
kind_sorter.go add PersistentVolumeClaim to the kind sorter list 2017-02-02 08:32:29 -08:00
kind_sorter_test.go chore(pkg/releasetesting): add test_suite tests 2017-02-02 11:57:11 -05:00
release_history.go ref(tiller): dry up client/server version checks 2016-12-22 14:23:37 -08:00
release_history_test.go fix(*): import grouping 2016-12-13 09:57:05 -08:00
release_server.go install: Return more user-friendly response on eexists 2017-03-02 04:40:02 +03:00
release_server_test.go Merge remote-tracking branch 'upstream/master' into feat/list-namespaces 2017-02-09 12:00:37 -06:00
resource_policy.go feat(tiller): add support for resource-policy keep 2016-12-07 11:32:10 -05:00
server.go ref(tiller): dry up client/server version checks 2016-12-22 14:23:37 -08:00