From b7735be2cfab6e37518b842e5656ef12e3267726 Mon Sep 17 00:00:00 2001 From: ThomasCardin Date: Thu, 30 May 2024 09:01:07 -0400 Subject: [PATCH] update readme.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa7dc08..b464dbd 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ kubernetes -# Homelab kubernetes cluster +# Homelab Kubernetes Cluster -#### My homelab running K3S on a [Turing Pi 2](https://turingpi.com/product/turing-pi-2/) +#### My homelab running K3S on a [Turing Pi 2](https://turingpi.com/product/turing-pi-2/). @@ -15,7 +15,7 @@ Create the cluster using Ansible: 1. Go to `ansible/inventory` and change the controlplane and workers IP addresses. -2. Go to `ansible/playbooks/playbook-worker.yml` and change the controlplane IP (line 36) +2. Go to `ansible/playbooks/playbook-worker.yml` and change the controlplane IP (line 36). 3. Go to `ansible/variables.yml` and add your k3s token. 4. Run this command at the root folder: @@ -40,4 +40,4 @@ ansible-playbook -i ansible/inventory ansible/playbook.yml --user= -- ## Dependencies -See [this link](https://github.com/ThomasCardin/homelab/issues/1) \ No newline at end of file +See [this link](https://github.com/ThomasCardin/homelab/issues/1). \ No newline at end of file