Silvio Moioli
Silvio Moioli
Great idea, this would be very cool to have (ideally in Travis CI or, if that's not feasible, in a Dockerized workload triggered by SUSE's internal Jenkins host). Pull requests...
> LGTM; please sign your commits for DCO Fixed, thanks for the quick review @brandond
Thanks for the reviews! Is there anything that I should do to have this merged?
@richard-cox you are totally right. As it may take me some time before I get back to you with the exact error, I am closing this issue and will reopen...
@ldevulder @juadk: I hope I captured all relevant details from our discussion accurately here. Please point out any discrepancies or potential problems from your perspective. @kkaempf, @pgonin please consider this...
JFYI: beware of https://github.com/k3s-io/k3s/issues/2306 when deploying k3s/rke2 clusters with multiple nodes in parallel. You might need to add master nodes gradually or leader election might fail. Crude workaround example: https://github.com/moio/scalability-tests/blob/ce046f199a28106dec3072b92d63980bf85a08b7/rke2/install_rke2.sh#L5-L6
If done at the wrangler or lasso levels, this would be useful in fleet too (cc @manno)
> But it https://github.com/kubernetes/kubernetes/issues/80602, so I guess this is basically useless for a dashboard. I guess it's already clear to everybody, but just to call it out explicitly: in general,...
> This bug—which is specifically about resolving `.local` domain names (that come from somewhere else, such as `static_configs`), not using mDNS for service discovery—seems to have been fixed by [golang/go#16739](https://github.com/golang/go/issues/16739)....
@fornellas see https://github.com/prometheus/prometheus/pull/2538. The pure Go resolver is forced at build time, so `GODEBUG=netdns=cgo` does not have effect.