Derek Nola

Results 159 comments of Derek Nola

@malcolmlewis How is "opensuse/MicroOS.x86_64" vagrant box supposed to be deployed? I've been trying to find information on the opensuse kubic and micros boxes seen [here](https://app.vagrantup.com/boxes/search?provider=libvirt&q=microos&sort=downloads&utf8=%E2%9C%93) but I'm unsure how to...

I keep running into permission denied errors when deploying the `ignition.iso` file ``` ERROR warden: Error occurred: Call to virDomainCreateWithFlags failed: internal error: process exited while connecting to monitor: 2022-06-16T21:57:17.251496Z...

@malcolmlewis It seems to be owned by the `kvm` group ``` # ls -la -rw-rw-r-- 1 libvirt-qemu kvm 350K Jun 16 14:51 ignition.iso ```

@malcolmlewis I ending up solving it, apparmor was the culprit. I added an exception to allow read access to `/tmp/` and put the file there.

@mcekovic we welcome community PRs!

@waynelwz can you fill out the description of the PR? What is this change intended to do? What verification to ensure stability has been done?

Kine already implements NATS jetstream driver https://github.com/k3s-io/kine/pull/115

As of right now, [K3s](https://github.com/k3s-io/k3s) has dual-stack support, except for this bug in Traefik. As such, we must recommend that users disable Traefik on K3s if they want dual-stack and...

I had forgotten about this issue, and I don't want users to find this and be confused now. Today, K3s + Traefik fully support dual-stack, it is how we suggest...

@brandond This idea of using a cache is a much better solution. I have removed the docker login secret and moved to a docker registry running on the host.