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

Updates to try-it page #344

Merged
merged 1 commit into from
Oct 6, 2023
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
19 changes: 18 additions & 1 deletion docs/user-guide/src/developer_environment/tryit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Getting started with Metal3
# Trying Metal3 on a development environment

Ready to start taking steps towards your first experience with metal3? Follow these commands to get started!

Expand Down Expand Up @@ -34,6 +34,23 @@
- Run as a user with passwordless sudo access
- Minimum resource requirements for the host machine: 4C CPUs, 16 GB RAM memory

For execution with VMs

- Setup passwordless sudo access

```console
$ sudo visudo
```

- Include this line at the end of the sudoers file

```console
username ALL=(ALL) NOPASSWD: ALL
```

- Save and exit
- Manually **enable nested virtualization** if you don't have it enabled in your VM

### 1.2. Setup

> **_info:_** "Information"
Expand Down