cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
Subnets defined on GCPCluster are not created
trafficstars
/kind bug
What steps did you take and what happened:
Users can define their subnets on the GCPCluster.Spec.Network.Subnets field, but we don't do anything with that information: subnets are not reconciled. On other CAPI providers, users can define their subnets here, and those subnets will be managed by the CAPI provider. I think we should do the same.
What did you expect to happen:
Subnets are created in the network created for the cluster.