Describe the bug
Many charts attempt to create PVCs with a size of less than 10GiB. This will fail because Vultr does not support smaller volumes than this.
To Reproduce
Steps to reproduce the behavior:
Deploy the gitlab/gitlab chart
Postgres, Redis, and Prometheus fail to start as the PVCs can't be created
Expected behavior
Deploying charts should work out of the box
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information where applicable:
VKE v1.20.11+2
Additional context
I understand that this is not a bug with the CSI, but I am posting it here as it took me a while to figure out what was wrong.
This is correct the minimum size requirement for Vultr Block storage is 10GiB. You will have to modify the charts to use 10GiB instead of the 1 they have predefined
Describe the bug Many charts attempt to create PVCs with a size of less than 10GiB. This will fail because Vultr does not support smaller volumes than this.
To Reproduce Steps to reproduce the behavior:
gitlab/gitlab
chartExpected behavior Deploying charts should work out of the box
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information where applicable:
Additional context I understand that this is not a bug with the CSI, but I am posting it here as it took me a while to figure out what was wrong.