diff --git a/controllers/gcpcluster_controller.go b/controllers/gcpcluster_controller.go index f5eddfe1b..10f077813 100644 --- a/controllers/gcpcluster_controller.go +++ b/controllers/gcpcluster_controller.go @@ -231,8 +231,8 @@ func (r *GCPClusterReconciler) reconcileDelete(ctx context.Context, clusterScope log.Info("Reconciling Delete GCPCluster") reconcilers := []cloud.Reconciler{ - subnets.New(clusterScope), loadbalancers.New(clusterScope), + subnets.New(clusterScope), firewalls.New(clusterScope), networks.New(clusterScope), }