mirror of https://github.com/easzlab/kubeasz.git
8 lines
220 B
YAML
8 lines
220 B
YAML
|
# 集群网络插件部署,只能选择一种安装
|
||
|
- hosts:
|
||
|
- kube-master
|
||
|
- kube-node
|
||
|
roles:
|
||
|
- { role: calico, when: "CLUSTER_NETWORK == 'calico'" }
|
||
|
- { role: flannel, when: "CLUSTER_NETWORK == 'flannel'" }
|