同步域名解析时不再强制要求修复节点问题

This commit is contained in:
GoEdgeLab
2022-09-18 10:41:29 +08:00
parent 14367c321d
commit e876db7bda
3 changed files with 67 additions and 67 deletions

View File

@@ -40,7 +40,7 @@ func (this *DNSService) FindAllDNSIssues(ctx context.Context, req *pb.FindAllDNS
clusters = []*models.NodeCluster{cluster}
}
for _, cluster := range clusters {
issues, err := dnsutils.CheckClusterDNS(tx, cluster)
issues, err := dnsutils.CheckClusterDNS(tx, cluster, true)
if err != nil {
return nil, err
}