From a8edbf45d66d0719bceab26320cc55129b0a521e Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Nov 2022 01:04:30 +1300 Subject: [PATCH] doco typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c89103..c849493 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ With some adjustments though this could be used to provision multiple hypervisor An outline of the steps, which are roughly broekn up by playbook: -- [] Install Arch linux on the bare metal +- [ ] Install Arch linux on the bare metal - [x] Configure the bare metal Arch host as a hypervisor (qemu/kvm) -- [] Install Arch linux into a VM on the hypervisor then convert it to a template. +- [ ] Install Arch linux into a VM on the hypervisor then convert it to a template. - [x] Deploy 3 (or more) VMs from the template (uses backing store qcow images). - [x] Create a kubernetes cluster from those 3 VMs. - [x] Install calico networking into the cluster. -- [] Remove the taint from control plane nodes. <-- Optional -- [] Deploy workloads into the cluster +- [ ] Remove the taint from control plane nodes. <-- Optional +- [ ] Deploy workloads into the cluster What you don't see here is setup/configuration of an Opnsense VM to act as a firewall, this is too far off from being possible to automate.