17 行
347 B
YAML
17 行
347 B
YAML
# server 主节点
|
|
cluster-init: true
|
|
tls-san:
|
|
- "k3s.dev.cm,k3s.fillcode.com"
|
|
|
|
# 数据相关
|
|
etcd-snapshot-retention: "1"
|
|
etcd-snapshot-schedule-cron: "0 0 * * *"
|
|
etcd-snapshot-compress: true
|
|
|
|
# 网络相关
|
|
vpn-auth: "name=tailscale,joinKey=tskey-auth-k8Y5GN1rTi11CNTRL-8DyPdu5p1o2k48pnrndFo2ksJkhYUbUEW"
|
|
|
|
# 组件相关
|
|
disable:
|
|
- traefik
|