Skip to content

Commit 3f5eccb

Browse files
committed
wip: eks e2e changes
Signed-off-by: Richard Case <[email protected]>
1 parent 42ad8a3 commit 3f5eccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloud/services/network/routetables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func (s *Service) reconcileRouteTables() error {
115115
// Not recording "SuccessfulTagRouteTable" here as we don't know if this was a no-op or an actual change
116116
continue
117117
}
118+
s.scope.Debug("Subnet isn't associated with route table", "subnet-id", sn.GetResourceID())
118119

119120
// For each subnet that doesn't have a routing table associated with it,
120121
// create a new table with the appropriate default routes and associate it to the subnet.

0 commit comments

Comments
 (0)