Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CAPT doc: #204

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions capt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders

## Prerequisites

### Operating System

This playground has only been tested on Ubuntu 22.04 LTS. If you are using a virtual machine, ensure that you have hardware virtualization enabled.

### Binaries

- [Libvirtd](https://wiki.debian.org/KVM) >= libvirtd (libvirt) 8.0.0
Expand All @@ -22,6 +26,14 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
- [task](https://taskfile.dev/installation/) >= 3.37.2

### Packages

The `ovmf` package is required for the libvirt VMs to run properly. OVMF is a port of Intel's tianocore firmware to the qemu virtual machine. Install it with the following command.

```bash
sudo apt install ovmf
```

### Hardware

- at least 60GB of free and very fast disk space (etcd is very disk I/O sensitive)
Expand Down
Loading