cli
cli copied to clipboard
[Deploy] image lifecycle management
When we provision a cluster during snow create
, we create an 8gb persistent volume claim. Currently, each deployment grows the space used on the volume.
We need to manage the lifecycle. If a deployment named foo
is deployed twice, then the first image should be deleted from the registry.
This would prevent rollbacks but 🤷♂️