From 39e24e41f721e90a0e5ec45387c636afc9d14a68 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 15 Jul 2019 20:49:59 +0100 Subject: [PATCH] Update pre-reqs Removes RPi2 which still appears to have issues with kubeadm and Go / CPU / timing. Signed-off-by: Alex Ellis --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index 02a9491..a6c0a0b 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -15,7 +15,7 @@ You should also see my note on [installing Docker on Raspbian Buster](https://gi ## Pre-reqs: -* You must use an RPi 2 or 3 for use with Kubernetes +* To install and operate Kubernetes, you use only Raspberry Pi 3B, 3B+, or 4B * I'm assuming you're using wired ethernet (Wi-Fi also works, but it's not recommended) ## Master node setup