diff --git a/pkg/dataplane/ipam.go b/pkg/dataplane/ipam.go index 43f64a575..cff5c519a 100644 --- a/pkg/dataplane/ipam.go +++ b/pkg/dataplane/ipam.go @@ -81,6 +81,7 @@ func checkDNSService(ctx context.Context, helper *helper.Helper, util.LogForObject(helper, "DNS control plane service exists, but not ready yet ", instance) return nil } + dnsDetails.ClusterAddresses = dnsmasqList.Items[0].Status.DNSClusterAddresses dnsDetails.ServerAddresses = dnsmasqList.Items[0].Status.DNSAddresses dnsDetails.DNSDataLabelSelectorValue = dnsmasqList.Items[0].Spec.DNSDataLabelSelectorValue