Skip to content

Commit

Permalink
Updated docs for k3s disable component
Browse files Browse the repository at this point in the history
  • Loading branch information
fvumbaca committed Jan 5, 2022
1 parent 80e09ca commit 7135deb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7135deb

Please sign in to comment.