I am trying to create a GKE cluster with the netwo...
# general
m
I am trying to create a GKE cluster with the network I created but I keep getting this error even though I have created NAT gateway for the network:
Copy code
Network "network" has no route to the default internet gateway. To fix this, add a route with destRange '0.0.0.0/0' and nextHopGateway 'default-internet-gateway'.
I was able to create a GKE cluster using this network via google console. Does anyone know what the fix is? Thank you