From 8de6a0166a403c98df0df033b8a0f10dca04d178 Mon Sep 17 00:00:00 2001 From: Davide Oddone Date: Fri, 18 Oct 2024 16:45:54 +0200 Subject: [PATCH] Fixed formatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9642aa4..ab528cc 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ The `terraform-provider-libvirt` has been chosen over Vagrant to deploy the VMs The Terraform script roughly follows these steps: 1. Deploy 3 VMs (one master and two workers) with: - - 2 vCPUs; - - 2GB vRAM; - - 20GB of disk space; - - Ubuntu 24.04 LTS; - - An Ansible user. + - 2 vCPUs; + - 2GB vRAM; + - 20GB of disk space; + - Ubuntu 24.04 LTS; + - An Ansible user. 2. Call an Ansible Playbook that: - 1. Configures the master node and installs Kubernetes; - 2. Configures the network for the Kubernetes cluster; - 3. Configures the worker nodes and installs Kubernetes. + 1. Configures the master node and installs Kubernetes; + 2. Configures the network for the Kubernetes cluster; + 3. Configures the worker nodes and installs Kubernetes. 3. Create the `kiratech-test` namespace; 4. Run the CIS Kubernetes benchmark; 5. Copy the helm folder to the master node and install helm.