Dave Anderson
Dave Anderson
@psk-ixolit I just sent a PR as well. How did you deal with the incompatible changes to indexing and templating APIs? I'm not very happy with my solution, but I...
If I'm reading the policy violation right, executing a shell seems to be a restricted action for the default "be a daemon" policy on this system - possibly as a...
Yeah, unfortunately Flatpak's sandboxing means we can't ship Tailscale like that and have it work. The blog post describes how to construct a systemd OS overlay that survives Deck OS...
Thanks for the report. At the time we made the repository generator, it was easier to sign the metadata root file (which is a hash tree that implicitly verifies the...
In more detail: the rpm tools are a bit cumbersome to use in build automation, since they mutate the package in-place which breaks a bunch of build dependency logic. Since...
This is something we plan to support (I've been calling it "personas" to distinguish it from the OAuth accounts and the local user accounts, both of which are also involved...
I should add: for now, your "run two tailscaled's" hack should work, albeit not perfectly - they'll be fighting over netfilter rules a little bit, but not in a harmful...
Adding a +1 to this, as discussed on Slack just now. My use case is within [MetalLB](https://metallb.universe.tf). Before MetalLB can start reconciling objects, it needs to build up some cluster-wide...
> * Is Init() intended to be idempotent on a controller restart? Assuming no change to the cluster state, I would say yes. However, I'm not sure there's value in...
For my particular use case right now, I'd expect idempotency. However, I can imagine controllers where that wouldn't be the case, this initialization may rely on external systems. As a...