cilium-cli
                                
                                 cilium-cli copied to clipboard
                                
                                    cilium-cli copied to clipboard
                            
                            
                            
                        clustermesh: Add local systemd-resolve --status wait on External Workload install
Check the status of systemd-resolved after modifying it to use kube-dns. Wait until kube-dns becomes the current DNS server. This should mitigate errors like this in the CI:
Verify cluster DNS on VM
Run gcloud compute ssh cilium-cilium-2158039822-vm --zone us-west2-a \
 gcloud compute ssh cilium-cilium-2158039822-vm --zone us-west2-a \
    --command "nslookup -norecurse clustermesh-apiserver.kube-system.svc.cluster.local"
...
Server:		169.254.169.254
Address:	169.254.169.254#53
** server can't find clustermesh-apiserver.kube-system.svc.cluster.local: NXDOMAIN
Error: Process completed with exit code 1.
Signed-off-by: Jarno Rajahalme [email protected]
Looks good to me. Can you fix the conflicts?