kubeasz/roles/cilium/defaults/main.yml

15 lines
434 B
YAML
Raw Normal View History

2018-08-05 16:12:32 +08:00
# 部分cilium相关配置, Note: cilium 需要Linux kernel >= 4.9.17
# 如果 node 节点有多块网卡,请设置 true
2019-03-03 10:01:22 +08:00
# 如果发现dial tcp 10.68.0.1:443: i/o timeout的错误请设置 true
NODE_WITH_MULTIPLE_NETWORKS: "true"
2018-08-05 16:12:32 +08:00
# 镜像版本
2019-03-03 10:01:22 +08:00
cilium_ver: "v1.4.1"
2018-08-05 16:12:32 +08:00
# 离线镜像tar包
cilium_offline: "cilium_{{ cilium_ver }}.tar"
2019-03-03 10:01:22 +08:00
# CILIUM_ETCD_OPERATOR 创建的 etcd 集群节点数 1,3,5,7...
ETCD_CLUSTER_SIZE: 1