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 wireguard. 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
What did you do? (required. The issue will be closed when not provided.)
we run a self managed k3s clusters that stretches the
ams3andfra1regions using wireguard. I tried creating a pvc, but the controller errors out (see logs). I tried specifing the--regionflag 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
fra1region when--regionflag was set tofra1.Logs