Replies: 1 comment 2 replies
|
My take is that if it works then it's fine. But you may also fix it by putting all but the mount command in the Dockerfile (if you are building a custom image). Also the mount command maybe also be a symlink? (not that I can think of any benefit in doing it with a symlink, just saying). |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Kubevirt requires /dev/kvm to have 107 group and /var/lib/kubelet dir. Looks like there no parameters to configure this.
What is the best way to make these changes in Kairos cloud-config?
Currently I have added next section:
But I assume this is not the best way.
All reactions