mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
loop through next entry in stubDomainData if proxyIP == 0
This commit is contained in:
@@ -318,7 +318,7 @@ func translateStubDomainOfKubeDNSToForwardCoreDNS(dataField string, kubeDNSConfi
|
||||
return "", errors.Wrap(err, "invalid format to parse for proxy")
|
||||
}
|
||||
if len(proxyIP) == 0 {
|
||||
break
|
||||
continue
|
||||
}
|
||||
|
||||
pStanza := map[string]interface{}{}
|
||||
|
Reference in New Issue
Block a user