From 7135deb84124643ab32c0a67c2650ef8a2cf3f26 Mon Sep 17 00:00:00 2001 From: Frank Vumbaca Date: Tue, 4 Jan 2022 20:32:23 -0500 Subject: [PATCH] Updated docs for k3s disable component --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d51f4c..e82f51d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ module "k3s" { memory = 4096 } + # Disable default traefik and servicelb installs for metallb and traefik 2 + k3s_disable_components = [ + "traefik", + "servicelb" + ] + master_nodes_count = 2 master_node_settings = { cores = 2 @@ -104,5 +110,3 @@ capabilities in the future without impacting other nodes. ## Todo - [ ] Add variable to allow workloads on master nodes -- [ ] Setup external nginx load balancer to stream to traefik -- [X] Handle LAN subnet settings better