Natalie Klestrup Röijezon
Natalie Klestrup Röijezon
Is there anything I can do/assist with to help this move along?
In general older versions of guest additions will be compatible with newer versions of Virtualbox. This would be required anyway, since you'd still need some way to upgrade your VMs...
Nixpkgs (outside of NixOS, and even then only when setting the system configuration) can't affect which kernel modules you have installed. On Ubuntu (and presumably also Pop_OS) they are provided...
That looks like an error from oidc-login. Does the same kubeconfig work with regular kubectl?
Hey, good to see someone else take a stab at this! Sadly, this doesn't (seem to) detect when the `Lease` is "stolen" until the next renewal attempt, and the API...
That seems nice, but hot damn I wish this was documented somewhere.
Not that I'm aware of, no. The closest thing would be to use `socket2` to create a `Socket`, use their `AsRawFd` and `libc::fchmod` to set the mode, bind that, and...
> Ok, I am open to adding some sort of `UnixSocket` to Tokio. It would be helpful if you are able to figure out which methods it would be useful...
Yeah, for Krustlet-the-app I'd expect it to be hard-coded to something like `arch: wasm32, os: wasi` regardless of the server's actual hardware or OS. This is hitting us at @stackabletech...
From what I remember, the docker engine (moby?) still doesn't store layers in the Registry v2 sense, but in the ordered v1 model, where each layer contains "the whole layer...