Clean up from remote repositories as well after skaffold-dev
#3.487 aberto em 9 de jan. de 2020
Métricas do repositório
- Stars
- (12.822 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 6h) (16 fundiu PRs em 30d)
Description
Hi. I have been using a remote GKE cluster as my development target since its difficult to run Minikube and test everything on my system. Everything works great with skaffold dev pushing images remotely during development and I am able to test it.
But, when terminating skaffold dev I would like the remote GCR images which were pushed to be cleaned up as well to avoid doing it manually later. Too many tags are getting pushed to GCR because of this.
Rather, all tags can be stored in the remote registry permanently only when running skaffold run but cleaned up when using skaffold dev
Is there any other way to avoid issues like these? Thanks. I hope the GCloud bill doesn't shoot up because of this.