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