18 行
473 B
YAML
18 行
473 B
YAML
# server 从节点
|
|
server: "https://tca:6443"
|
|
token: "K1010dd6f0853e824cfaf417117f31a0d797a738aa2d4b9d01cd5972a9b084c81a0::server:e4836f1f469315fadd5b12c07d7fb10e"
|
|
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
|