docs: add note that vms should be configured in headless mode

There's no need to have them with a GUI. It makes them quite laggy with
the constrained resources allocated to them.
pull/865/head
Mahyar Mirrashed 2025-04-18 16:25:27 -07:00
parent e8314eebb7
commit 6fac812440
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@ The "jumpbox" is from where we will be administering/configuring the Kubernetes
| node-0 | Kubernetes worker node | 1 | 2GB | 20GB |
| node-1 | Kubernetes worker node | 1 | 2GB | 20GB |
How you provision the machines is up to you, the only requirement is that each machine meet the above system requirements including the machine specs and OS version. Once you have all four machines provisioned, verify the OS requirements by viewing the `/etc/os-release` file:
How you provision the machines is up to you, the only requirement is that each machine meet the above system requirements including the machine specs and OS version.
> [!NOTE]
> You should configure these VMs in headless (no GUI/desktop) mode. Our labs will be performed entirely on the command line.
Once you have all four machines provisioned, verify the OS requirements by viewing the `/etc/os-release` file:
```bash
cat /etc/os-release