We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ad8a3 commit 3f5eccbCopy full SHA for 3f5eccb
pkg/cloud/services/network/routetables.go
@@ -115,6 +115,7 @@ func (s *Service) reconcileRouteTables() error {
115
// Not recording "SuccessfulTagRouteTable" here as we don't know if this was a no-op or an actual change
116
continue
117
}
118
+ s.scope.Debug("Subnet isn't associated with route table", "subnet-id", sn.GetResourceID())
119
120
// For each subnet that doesn't have a routing table associated with it,
121
// create a new table with the appropriate default routes and associate it to the subnet.
0 commit comments