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 🤷♂️
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
foois deployed twice, then the first image should be deleted from the registry.This would prevent rollbacks but 🤷♂️