I'm trying to deploy a gcp postgres instance using private IP's into the same network, default
as a kubernetes cluster with IPAliasing enabled.
There are a handful of other k8s clusters deployed to the default
network as well.
When I try to create a new Postgres instance using that network I get the following error:
Failed to create subnetwork. Couldn't find free blocks in allocated IP ranges. Please allocate new ranges for this service provider.
I've tried to allocate more IP addresses in the VPC network details page, under the "Private service connection" tab, but I'm unsure how to make use of this new IP range, without disrupting connections to existing services using an already created ip range.