mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add info on libvirt ubuntu 22.04 (#6316)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
fd79a1cfea
commit
18688407d9
@ -34,10 +34,14 @@ Download the latest version (currently 2.2.19) of Vagrant [*from the website*](h
|
|||||||
|
|
||||||
### Libvirt
|
### Libvirt
|
||||||
Follow the OS specific guides to install libvirt/qemu on your host:
|
Follow the OS specific guides to install libvirt/qemu on your host:
|
||||||
- [openSUSE](https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-vt-installation.html)
|
- [openSUSE](https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-vt-installation.html)
|
||||||
- [ubuntu](https://ubuntu.com/server/docs/virtualization-libvirt)
|
- [ubuntu 20.04](https://ubuntu.com/server/docs/virtualization-libvirt)
|
||||||
- [debian](https://wiki.debian.org/KVM#Installation)
|
- ubuntu 22.04:
|
||||||
- [fedora](https://developer.fedoraproject.org/tools/virtualization/installing-libvirt-and-virt-install-on-fedora-linux.html)
|
```bash
|
||||||
|
sudo apt install ruby-libvirt qemu libvirt-daemon-system libvirt-clients ebtables dnsmasq-base libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev libguestfs-tools
|
||||||
|
```
|
||||||
|
- [debian](https://wiki.debian.org/KVM#Installation)
|
||||||
|
- [fedora](https://developer.fedoraproject.org/tools/virtualization/installing-libvirt-and-virt-install-on-fedora-linux.html)
|
||||||
|
|
||||||
### Vagrant plugins
|
### Vagrant plugins
|
||||||
Install the necessary vagrant plugins with the following command:
|
Install the necessary vagrant plugins with the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user