Create new block for network-stuff

This commit is contained in:
2023-04-05 20:14:36 +02:00
parent a3c887748a
commit 41570ea40d
2 changed files with 11 additions and 2 deletions

View File

@@ -18,8 +18,16 @@ kubernetes:
token: <shared token for nodes to join>
# One of [flannel, calico]
network_plugin: calico
network:
# One of [flannel, calico]
plugin: calico
# Helper for networking
helper:
# https://github.com/Ruakij/RoutingTableToWg
# Translates received-routes from e.g. BGP to wireguard-allowedips
# Helpful, when nodeIp_interface is a wireguard-interface
routingtabletowg: false
# One of [traefik-ingress]
ingress_controller: traefik-ingress