When deleting a service in dmake, if it was previously deployed on kubernetes it will not be cleaned-up by dmake.
dmake supports cleaning resources related to one service (via automatically added labels and careful resource pruning), but does not support cleaning old dmake services.
It would be hard to do as dmake can be called on a subset of services, and we don't want it to delete the other ones.
Maybe the only reasonable solution is to use helm instead. See #257
When deleting a service in dmake, if it was previously deployed on kubernetes it will not be cleaned-up by dmake.
dmake supports cleaning resources related to one service (via automatically added labels and careful resource pruning), but does not support cleaning old dmake services.
It would be hard to do as dmake can be called on a subset of services, and we don't want it to delete the other ones.
Maybe the only reasonable solution is to use helm instead. See #257