21 lines
376 B
YAML
21 lines
376 B
YAML
write-kubeconfig-mode: "0644"
|
|
tls-san:
|
|
- "node-0.kiwi.k8s.vxm.cz"
|
|
|
|
# profile: "cis-1.5"
|
|
|
|
#disable:
|
|
# - rke2-canal
|
|
# - rke2-kube-proxy
|
|
|
|
# disable-kube-proxy: true
|
|
|
|
#cni:
|
|
# - cilium
|
|
|
|
enable-servicelb: false
|
|
|
|
# Make a etcd snapshot every 6 hours
|
|
etcd-snapshot-schedule-cron: " */6 * * *"
|
|
# Keep 56 etcd snapshots (equals to 2 weeks with 6 a day)
|
|
etcd-snapshot-retention: 56
|