Chat ref.
This was a case of a prepared VPC which CAPA was supposed to take over. There was no 0.0.0.0/0 route, but since that destination is in the desired routes (see function getRoutesToPrivateSubnet), it should be reconciled i.e. added. Right now, CAPA only fixes routes whose destination CIDR matches between desired/actual if other fields mismatch. It does not do full reconciliation.
Chat ref.
This was a case of a prepared VPC which CAPA was supposed to take over. There was no
0.0.0.0/0route, but since that destination is in the desired routes (see functiongetRoutesToPrivateSubnet), it should be reconciled i.e. added. Right now, CAPA only fixes routes whose destination CIDR matches between desired/actual if other fields mismatch. It does not do full reconciliation.