2018-08-05 16:12:32 +08:00
|
|
|
|
# 部分cilium相关配置, Note: cilium 需要Linux kernel >= 4.9.17
|
|
|
|
|
|
2018-09-22 07:22:55 +08:00
|
|
|
|
# 如果 node 节点有多块网卡,请设置 true
|
|
|
|
|
# 另外发现设置为 true 时能够解决v1.10使用ipvs偶尔出现pod内‘dial tcp 10.68.0.1:443: i/o timeout’的 bug
|
|
|
|
|
NODE_WITH_MULTIPLE_NETWORKS: "true"
|
|
|
|
|
|
2018-08-05 16:12:32 +08:00
|
|
|
|
# debug mode
|
|
|
|
|
Debug_Mode: "false"
|
|
|
|
|
|
|
|
|
|
# Removes any Cilium state, e.g. BPF policy maps, before starting
|
|
|
|
|
Clean_Start: "false"
|
|
|
|
|
|
|
|
|
|
# If true, the policy with the entity 'reserved:host' allows traffic from 'world'
|
|
|
|
|
Legacy_Host_Policy: "true"
|
|
|
|
|
|
|
|
|
|
# 镜像版本
|
|
|
|
|
busybox_ver: "1.28.4"
|
2018-08-19 10:19:27 +08:00
|
|
|
|
cilium_ver: "v1.1.4"
|
2018-08-05 16:12:32 +08:00
|
|
|
|
|
|
|
|
|
# 离线镜像tar包
|
|
|
|
|
cilium_offline: "cilium_{{ cilium_ver }}.tar"
|
|
|
|
|
busybox_offline: "busybox_{{ busybox_ver }}.tar"
|