Reputation: 159
I have a cluster on Google Kubernetes Engine (GKE) that I need to peer with one on ScyllaDB. I made the peer request on GCP (using the CLI command Scylla provided), but connecting in the opposite direction is giving me problems. I know my project name and my VPC Network Name (default
), but apparently I'm using the wrong CIDR because every time I try to submit that request, I get a complaint of the format:
Unexpected error occurred when creating a VPC peering connection. Please contact support. trace-id: [alphanumeric tag]
What exactly am I doing wrong? I'm using the internal IP range of my VPC network as a CIDR. If that's not right, how do I look up the right range?
Upvotes: 0
Views: 95