Adhere comments

- restore flannel-iface
- introduce disable-network-policy flag
This commit is contained in:
Philipp
2022-04-09 19:20:20 +02:00
parent 8cacb4a2f8
commit 5271f47984
4 changed files with 18 additions and 12 deletions

View File

@@ -145,6 +145,12 @@ variable "traefik_additional_options" {
}
variable "disable_network_policy" {
type = bool
default = false
description = "Disable k3s default network policy controller (default false, automatically true for calico)"
}
variable "cni_plugin" {
type = string
default = "flannel"