helm/pkg/tiller
Matt Butcher 3830736001
fix(tiller): improve deletion failure handling
This does the following to improve deletion failure handling:

- In an UninstallRelease operation, the release is marked DELETED
  as soon as the basic checks are passed. This resolves 1508. I filed a
  followup issue for doing this even better when we can modify protos
  again.
- If a YAML manifest fails to parse, the error messages now suggests
  that the record is corrupt, and the resources must be manually
  deleted.
- If a resource is missing during deletion, the error messages now make
  it clear that an object was skipped, but that the deletion continued.

Closes #1508
2016-11-04 11:49:33 -06:00
..
environment Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
hooks.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
hooks_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
kind_sorter.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
kind_sorter_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
release_history.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
release_history_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
release_server.go fix(tiller): improve deletion failure handling 2016-11-04 11:49:33 -06:00
release_server_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00