Tom Wieczorek
Tom Wieczorek
@jnummelin Revisited this one. Removed the renameio lib as it was a bit awkward to use with its strong emphasis on "this is posix only". Doing this ourselves allows us...
> https://github.com/natefinch/atomic does something similar, worth using? The only drawback I see is that you can't explicitly specify the file mode. That's interesting. That lib [uses](https://github.com/natefinch/atomic/blob/v1.0.1/file_windows.go#L28-L29) `MoveFileEx` with `MOVEFILE_REPLACE_EXISTING|MOVEFILE_WRITE_THROUGH`. Golang's...
I think this is refers to CodeQL: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning
I expected something like that :-/. Closing, since it's just a small inconvenience, compared to the effort that seems to be required to fix it.
The version bump for CVE-2022-1996 is not yet in k8s 1.24.x: kubernetes/kubernetes#110338.
An alternative solution could be to allow to use k0s's embedded binaries through k0s. Roughly similar to the `k0s kubectl` subcommand. So that something along the lines of `k0s containerd...
Currently, I address this by simply having different [git worktrees](https://git-scm.com/docs/git-worktree) for different releases. Works quite okayish. I would probably also try to provide another clean target that just prunes unused...
Hi, I have a few more questions about your setup so I can better understand the problem. 1. You mentioned that you removed and readded a node. That means that...
Hey @dwarf-king-hreidmar, if I understood all of the above correctly, the core issue was that a k0s worker node was not able to start, because of the missing nf_conntrack kernel...
> @twz123 Did you check the desktop or server version? I have the server version installed. This node was also upgraded from an older version of Ubuntu. Maybe when I...