Kimmo Lehto

Results 287 comments of Kimmo Lehto

I don't think anyone's looking at the telemetry data so maybe it should be removed anyway.

The log snippet is unrelated, there's something that happened before that caused this. The lock file management logging has been toned down a bit in #713.

Probably has something to do with https://github.com/k0sproject/rig/pull/162

Need to update go.mod, @dependabot come on

#692 and #709 may shed some light on the validation problems in the future.

Maybe the tip should include any `--config` directive that was used for the apply.

You can also use `--kubeconfig-out` in `k0sctl apply` to fetch it once the apply is complete.

I was able to extract the qcow2 from https://jenkins.linuxcontainers.org/view/Images/job/image-alpine/lastBuild/architecture=amd64,release=3.18,variant=default/ - I put it into disk.tar.gz and created a Dockerfile: ```Dockerfile FROM scratch ADD disk.tar.gz / ``` I can then run...

Of course it could just start it as-is and if there's no sshd, so be it. Bootloose could include an `exec` command so you could do something like `bootloose exec...

Yes I think that's the repo, https://github.com/lxc/incus/tree/main/client somehow downloads images from there, there are some commits that mention images.linuxcontainers.com