Add calico as alternative CNI

This commit is contained in:
Philipp
2022-04-02 22:45:41 +02:00
parent b7fc4bce36
commit ae6c30c943
5 changed files with 50 additions and 9 deletions

View File

@@ -97,3 +97,7 @@ load_balancer_type = "lb11"
# If you want to configure additional Arguments for traefik, enter them here as a list and in the form of traefik CLI arguments; see https://doc.traefik.io/traefik/reference/static-configuration/cli/
# Example: traefik_additional_options = ["--log.level=DEBUG", "--tracing=true"]
# traefik_additional_options = []
# If you want to configure a different CNI for k3s, use this flag
# possible values: flannel (Default), calico
# cni_plugin = "flannel"