File config-server.yaml of Package k3s
###
## define CLI parameters via configuration file.
## available parameters at: https://docs.k3s.io/cli/server
## important: This file is only used if the systemd service
## is used or the following command:
## k3s server --config /etc/rancher/k3s/config-server.yaml
###
#disable:
# - servicelb
# - traefik
#server: "Server to connect to, used to join a cluster"
#token: "REPLACE WITH TOKEN"
#token-file: "REPLACE WITH PATH TO FILE"
#flannel-backend: none
#node-label:
# - other=what
# - foo=three
#node-taint:
# - charlie=delta:NoSchedule