Skip to content

Commit

Permalink
log: show reason of DNSEntry is not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Nov 29, 2024
1 parent a025ef4 commit 97cbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/acl_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func (r *ACLReconciler) egressRulesForExternalDNS(ctx context.Context, externalD
}

if !existingDNSEntry.Status.Ready {
l.Info("DNSEntry is not ready yet")
l.Info("DNSEntry is not ready yet", "reason", existingDNSEntry.Status.Reason)
return nil, nil
}

Expand Down

0 comments on commit 97cbb11

Please sign in to comment.