Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: make external workload only use global DNS server in test
[ upstream commit 77d5fae ] Follow cilium/cilium#19483 Only use the first configured DNS server (the global one) in the test. Also add nslookup debug and retry options in case they are needed for further debugging and troubleshooting. This fixes external workload CI test on master that failed like this: Server: 169.254.169.254 Address: 169.254.169.254#53 ** server can't find clustermesh-apiserver.kube-system.svc.cluster.local: NXDOMAIN Here an incorrect nameserver is being used by nslookup. This 169.254.169.254 is configured (now) in GKE as a nameserver for some local names. Don't know why nslookup sometimes chooses it if no server address is given as a parameter. Co-authored-by: Jarno Rajahalme <[email protected]> Signed-off-by: Tobias Klauser <[email protected]>
- Loading branch information