From 767a21866e6fe24b5bde487d4e039c91e72ac979 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 17 Sep 2021 23:39:47 +0700 Subject: [PATCH] Update metal docs --- metal/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metal/README.md b/metal/README.md index b7d4aedf..7a7ce11f 100644 --- a/metal/README.md +++ b/metal/README.md @@ -4,5 +4,4 @@ - The tools container creates sibling containers to build a PXE server (includes DHCP, TFTP and HTTP server) - Ansible [wake the machines up](./roles/pxe-boot/tasks/wake.yml) using Wake on LAN - The machine start the boot process, the OS get installed (through PXE server) and the machine reboots to the new operating system -- Ansible performs some basic configuration on the machine (like install Docker) -- Ansible creates a Terraform state backend and generates the configuration file for it +- Ansible build a Kubernetes cluster based on k3s