What would a be good approach to fix storage issues when your services run out of the presistent volume free space?
For example I have a gitlab service running on kubernetes installed with Helm Chart. I have used the default settings, but now I ran out of free space for gitlab. What would be the ideal approach to fix this issue?
- Is there anyway I can increase the PV in size?
- Should I somehow backup the gitlab data, recreate it with more storage?
- Can I somehow backup and restore data from PV-s so there is no dataloss? I am open to any suggestion about how to deal with the issue when your PersistentVolume is getting full!
Thank you for your answers, Bence Pjatacsuk