You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Warning ProvisioningFailed 16s (x3 over 35s) disk-csi-driver.mks.ycloud.io_mk8s-master-cattjqnan62e85cq7aet_b6b201f2-0fd9-4083-994c-4319642f178c (combined from similar events): failed to provision volume with StorageClass "yc-network-hdd": rpc error: code = InvalidArgument desc = Disk creation (name:"pvc-69cf5c1f-ab35-4d5f-a7b7-0245685630cf" capacity_range:<required_bytes:52428800 > volume_capabilities:<mount:<fs_type:"ext4" > access_mode:<mode:SINGLE_NODE_WRITER > > parameters:<key:"type" value:"network-hdd" > accessibility_requirements:<requisite:<segments:<key:"failure-domain.beta.kubernetes.io/zone" value:"ru-central1-d" > > preferred:<segments:<key:"failure-domain.beta.kubernetes.io/zone" value:"ru-central1-d" > > > ) failed: request-id = 793b902b-3842-4f2e-bb64-c2ada4d9597e rpc error: code = InvalidArgument desc = Request validation error: disk size must be multiple of 4194304
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
The text was updated successfully, but these errors were encountered:
@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?
gefyra/operator/gefyra/connection/stowaway/resources/statefulsets.py
Line 80 in 8d1137d
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
The text was updated successfully, but these errors were encountered: