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
What did you do? (required. The issue will be closed when not provided.)
we run a self managed k3s clusters that stretches the ams3 and fra1 regions using wireshark. I tried creating a pvc, but the controller errors out (see logs). I tried specifing the --region flag and setting it to fra1, but this doesn't make a difference.
What did you expect to happen?
I would expect the csi controller to create a pvc in the fra1 region when --region flag was set to fra1.
Logs
level=error msg="method failed" error="rpc error: code = ResourceExhausted desc = volume can be only created in region: \"fra1\", got: \"ams3\"" host_id=448953479 method=/csi.v1.Controller/CreateVolume region=fra1 version=v4.12.0
CSI Version: v4.12.0
Kubernetes Version: v1.29.8+k3s1
The text was updated successfully, but these errors were encountered:
What did you do? (required. The issue will be closed when not provided.)
we run a self managed k3s clusters that stretches the
ams3
andfra1
regions using wireshark. I tried creating a pvc, but the controller errors out (see logs). I tried specifing the--region
flag and setting it tofra1
, but this doesn't make a difference.What did you expect to happen?
I would expect the csi controller to create a pvc in the
fra1
region when--region
flag was set tofra1
.Logs
The text was updated successfully, but these errors were encountered: