mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #76572 from mkumatag/fix_flakey
loop through next entry in stubDomainData if proxyIP == 0
This commit is contained in:
commit
f2659bcad8
@ -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