Add login credentials to the VM.

pull/859/head
Ronald Ngounou 2025-03-27 21:52:46 -07:00
parent 5a325c23d7
commit 10ad876cfc
1 changed files with 3 additions and 1 deletions

View File

@ -10,9 +10,11 @@ This tutorial requires four (4) virtual or physical ARM64 machines running Debia
|---------|------------------------|-----|-------|---------|
| jumpbox | Administration host | 1 | 512MB | 10GB |
| server | Kubernetes server | 1 | 2GB | 20GB |
| node-0 | Kubernetes worker node | 1 | 2GB | 20GB |
| node-0 | Kubernetes worker node | 1 | 2GB | 20GB |n
| node-1 | Kubernetes worker node | 1 | 2GB | 20GB |
slogin: rngounou
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 machine provisioned, verify the system requirements by running the `uname` command on each machine:
```bash