diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index db54432..9225b51 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -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