I’m trying to configure hub-and-spoke architecture between different GCP projects .
hub project subnet: 10.105.224.0/24
spoke project subnet: 10.108.76.0/22
enter image description here
I attempted to set the Internal Load Balancer (ILB) from the hub project as the next-hop for the spoke project. However,I couldn’t select it because it’s in a different project.I also try set IP address of an instance,but it shows error
“Invalid value for field ‘resource.nextHopIp’: ‘ilb-ip’. ilb-ip must lie within the address spaces of (10.108.76.0/22).”
I prefer not to use Shared VPC. How to configure routing in this scenario?
曹仲辰 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.