From 0e87990be9429c4b533802e9d987baa4bea2f62f Mon Sep 17 00:00:00 2001 From: Alistair Mackay <34012094+fireflycons@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:05:33 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d21881c..bdd62ba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Kubernetes The Hard Way On VirtualBox +**IMPORTANT** This currently does not work on Apple M1/M2. Oracle are yet to release a compatible version for these systems. + This tutorial walks you through setting up Kubernetes the hard way on a local machine using VirtualBox. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine), or the [Getting Started Guides](http://kubernetes.io/docs/getting-started-guides/).