From 10ad876cfc1226e2e1153ebb0f5ebfe455572101 Mon Sep 17 00:00:00 2001 From: Ronald Ngounou <74538524+ronaldngounou@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:52:46 -0700 Subject: [PATCH] Add login credentials to the VM. --- docs/01-prerequisites.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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