From 29dc84562f1459eac4082f12620195b41df5c3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:01:48 +0000 Subject: [PATCH 1/2] Update README.md I had to do this step to be able to run the `kubectl` command, I thought I would flag it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 627d683..ac3b006 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Read maas-setup.sh. The script is not fully automated and requires manual interv You need a reasonably powerful **bare metal** machine, 4 or more cores with 32 GB of RAM and 500GB of free disk space. Assumes a fresh install of Ubuntu server (20.04 or higher) on the machine. +You will need to instlal the command line configuration tool for Kubernetes [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) + The reason you need a bare metal machine is because nesting multiple layers of VMs will not work and/or have performance problems. Note: this tutorial has not been tested on versions prior to 20.04. From 3837980e40cef09e88923c3b10e822bc498467c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:23:25 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3b006..d3e6f00 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Read maas-setup.sh. The script is not fully automated and requires manual interv You need a reasonably powerful **bare metal** machine, 4 or more cores with 32 GB of RAM and 500GB of free disk space. Assumes a fresh install of Ubuntu server (20.04 or higher) on the machine. -You will need to instlal the command line configuration tool for Kubernetes [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) +You will need to install the command line configuration tool for Kubernetes [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) The reason you need a bare metal machine is because nesting multiple layers of VMs will not work and/or have performance problems.