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
Hello,
I have a K8s cluster setup on Tencent TKE, which can only accept PVC size over 10Gi. I would like to test the snapshot function with storage class CBS-CSI using kubestr. When I trying to run kubestr with csicheck parameter I get an error and the logs showed as following:
failed to provision volume with StorageClass "cbs-csi": rpc error: code = InvalidArgument desc = disk size is invalid. Must in [10, 32000]
Is there an option to create PVC with kubestr over 10Gi?
The text was updated successfully, but these errors were encountered:
Hello,
I have a K8s cluster setup on Tencent TKE, which can only accept PVC size over 10Gi. I would like to test the snapshot function with storage class CBS-CSI using kubestr. When I trying to run kubestr with csicheck parameter I get an error and the logs showed as following:
failed to provision volume with StorageClass "cbs-csi": rpc error: code = InvalidArgument desc = disk size is invalid. Must in [10, 32000]
Is there an option to create PVC with kubestr over 10Gi?
The text was updated successfully, but these errors were encountered: