Open trin4ik opened 3 months ago
We'll look into that. It seems a quite provider specific problem - I'll check with the team.
@trin4ik You are right. Do you have the capacity to provide a PR to make this field variable, as an ENV for the operator? Subsequently, we could make it part of the installation script as an option to the gefyra install
command, here:
What is the new feature about?
https://github.com/gefyrahq/gefyra/blob/8d1137de00e18dc2d1272d63ec75a0dadfeead31/operator/gefyra/connection/stowaway/resources/statefulsets.py#L80 Need to modify size of PVC
Why would such a feature be important to you?
Hi, my k8s provider can create network disk with 5Gi minimal size, but gefyra operator try to create 50Mi. And when i try
gefyra install | k apply -f -
i have error:I created the pvc manually and everything works. I think need something like values.yaml in helm for similar problems. It might make sense to make a similar feature, it would be just as useful for presets. If you make the template as you want to see it in your project at least at the level of current presets, I'll make a PR for my problem
Anything else we need to know?
No response