Sam

Results 53 comments of Sam

Is this list sorted by "most important first"? :) If so, great! I came to this issue tracker to voice interest in Kube >1.21 support. 1.20 is already EOL and...

I'd like to +1 @TomasKohout feeling on this. I tried to use the installer just now on a baremetal cluster (Ubuntu 20.04, containerd runtime, nothing too fancy but not necessarily...

Now that there's an official Tailscale provider plugin published [in the registry](https://registry.terraform.io/providers/tailscale/tailscale/latest/docs), that seems to support pointing at a [custom base URL](https://registry.terraform.io/providers/tailscale/tailscale/latest/docs#base_url), would it perhaps make more sense to try...

Just to complicate things further: I upgraded SteamOS to 3.5.17 today and noticed that DRD was suddenly broken when it was working for me previously. I was on BIOS version...

#324 seems somewhat related to this: making it possible to more finely tune the healthcheck configuration.

The main issue here is the fact that [route reconciliation isn't triggered properly](https://github.com/kubernetes/cloud-provider/blob/0dac8cc4d471bfbfdf48e7d6a9c039efb8d21d88/controllers/route/route_controller.go#L113-L117). If the reconciliation logic was more internally coherent, we could safely increase the default 10s re-reconciliation interval...

e.g [`flate2`](https://docs.rs/flate2/1.0.6/flate2/struct.Decompress.html#method.decompress) has this functionality

I ended up going with the snap crate instead, since I wanted something that works for WebAssembly target. I'll leave this issue open in case someone else feels like tackling...