Leon Löchner
Leon Löchner
Setting the persistent keepalive only in some cases (node has no persistent keepalive annotation and has a private endpoint) has some disadvantages: - when endpoint is a DNS name, we...
Should we make a second persistent keepalive field to avoid the keepalive for the public peer in the WireGurad config when you run `kgctl showconf peer `?
Can you ping pods on the nodes behind NAT from another location in the cluster? Aka is the pod network working?
Wouldn't the "recommended" fix be, to use `redis-client` to configure redlock. So instead of passing an instance of `Redis` to `Redlock.new`, use `RedisClient`? Note that you would probably need redis...
I also had the ERROR > ` Audio Sink Error Connection Refused: Device default May be Invalid, Busy, or Already in Use, ALSA function 'snd_pcm_op>` Could fix it by defining...
For example on my raspberry pi 4: I type ```shell librespot -d ? ``` to find possible alsa devices. In my case the first one is called `hw:CARD=Headphones,DEV=0`. I open...
> Would you mind explaining why it mattered for you? Passing down a context makes sure that when a caller wants to cancel an operation, some function down the line...
Hey, if you want to pass down a context, would you also want some kind of mechanism to manage the go routines started in the `main` func, like https://pkg.go.dev/github.com/oklog/run? There...
Not exactly `--max-reboot-frequency`, but I think it is what @ant31 suggests: https://github.com/kubereboot/kured/pull/904
Thanks @ckotzbauer for the super fast review! I pushed a commit according to your comments.