feat(k3s): add node taints configuration and update documentation

这个提交包含在:
rohow
2026-02-10 13:29:37 +08:00
未验证
父节点 4a7b95fd22
当前提交 751a4693d5
修改 4 个文件,包含 47 行新增0 行删除
+6
查看文件
@@ -22,16 +22,22 @@ all:
cluster_init: true
node_region: cn-sh
use_mirror: true
node_taints:
- "node-role.kubernetes.io/control-plane:NoSchedule"
tcb:
ansible_host: tcb.node.dev.cm
node_hostname: tcb
node_region: cn-sh
use_mirror: true
node_taints:
- "node-role.kubernetes.io/control-plane:NoSchedule"
tcc:
ansible_host: tcc.node.dev.cm
node_hostname: tcc
node_region: cn-sh
use_mirror: true
node_taints:
- "node-role.kubernetes.io/control-plane:NoSchedule"
# Agent 节点 (Worker)
agents: