csi-digitalocean icon indicating copy to clipboard operation
csi-digitalocean copied to clipboard

Running on stretched cluster

Open boedy opened this issue 4 months ago • 0 comments

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

boedy avatar Oct 02 '24 13:10 boedy