Hello,
I am encountering an issue when trying to schedule a pipeline job from Google Cloud Workbench that runs a notebook in the us-central1 region within my default VPC network. The error I am receiving is:
For the peered network projects/236570057022/global/networks/default, couldn’t find a free block in allocated IP ranges. This is needed to create the cluster. Please allocate new ranges for the peered network or wait for existing jobs, using the allocated range to finish.
Currently, in my network VPC, I have Private Services Access (10.66.0.240/20) using servicenetworking-googleapis-com. I also added it to Private Connections to Services, assigned both locations the default-ip-range and the private-ip-range-extra (the one I created). I created it automatically with the prefix /20 below /24 to have plenty of IPs. However, I can’t get the new IPs to be assigned correctly when creating the notebook scheduling.
I also tried creating a subnet with a range of IPs within the subnets tab of the VPC Network, but that didn’t work. I also tried adding a range of Secondary IPv4s to the region I want, us-central1, but it still doesn’t work.
I’ve had conversations with Google “experts” (and I put “experts” in quotes because the people who helped us didn’t know what to do and always keep sending things to other real experts, and they take forever). In this case, we’ve been in my company for over 2 months with endless conversations and people who don’t know what’s going on.
I need your help since I don’t really know what’s going on either. Although I like networking, I understand that it should be added this way, and when I create the instance for the scheduling, it should assign the IP correctly, but I don’t see that it’s working.
Questions:
-
Do I have to create a separate VPC for this?
-
Can’t I add more IPs to use scheduling in the Default VPC?
-
Is there a problem with Workbench?
-
How can it be that three instances of Workbench, which I have running in that region, are taking up the entire IP range?
-
How can I expand my IP range without affecting existing services?
-
Is there a limit on the number of IP ranges I can use in my network for scheduled jobs?
-
This worked before October of last year, but it stopped working then, and it has to be done manually now, which is difficult.
I feel frustrated, thank you very much for reading me and for your time.