Skip to content

Commit

Permalink
Remove old comment and log line from zone_reconciler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
helloloop committed Aug 10, 2023
1 parent a0dcdea commit bcfd99a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure/services/privatedns/zone_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ func (s *Service) reconcileZone(ctx context.Context, zoneSpec azure.ResourceSpec

if !managed {
log.V(1).Info("Skipping reconciliation of unmanaged private DNS zone", "private DNS", zoneSpec.ResourceName())
// TODO: Remove this log in future release. This is only required because older clusters created before https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1791 will not have capz ownership tags.
log.V(1).Info("Tag the DNS manually from azure to manage it with capz."+
"Please see https://capz.sigs.k8s.io/topics/custom-dns.html#manage-dns-via-capz-tool", "private DNS", zoneSpec.ResourceName())
return managed, nil
}

Expand Down

0 comments on commit bcfd99a

Please sign in to comment.