Delete crds, and fleets, gameservers etc on deletion of Helm chart #426
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Milestone
Due to #375 - the crds are not managed by Helm, so they are left behind on deletion of the chart.
Also, if you delete the helm chart before removing your
Fleets
andGameServers
, you can get stuck GameServers, and it can be a pain to cleanup.We should write a
post-delete
hook (or whatever is appropriate) to do the cleanup when deleting the Helm chart to clean all the things up.Context: https://github.com/helm/helm/blob/master/docs/charts_hooks.md#hook-resources-are-not-managed-with-corresponding-releases
The text was updated successfully, but these errors were encountered: