forked from easzlab/kubeasz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 部分calico相关配置,更全配置可以去roles/calico/templates/calico.yaml.j2自定义 | ||
|
||
# 设置 CALICO_IPV4POOL_IPIP=“off”,可以提高网络性能,条件限制详见 05.安装calico网络组件.md | ||
CALICO_IPV4POOL_IPIP: "always" | ||
|
||
# 设置 Felix 日志级别 | ||
FELIX_LOG_LVL: "warning" | ||
|
||
# 设置 calico-node使用的host IP,bgp邻居通过该地址建立,可手工指定也可以自动发现 | ||
#IP_AUTODETECTION_METHOD: "interface=eth0" | ||
IP_AUTODETECTION_METHOD: "can-reach={{ MASTER_IP }}" | ||
|
||
calico_node_ver: "v3.0.6" | ||
|
||
calico_cni_ver: "v2.0.5" | ||
|
||
calico_kube_controller_ver: "v2.0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 部分flannel配置,详见roles/flannel/templates/kube-flannel.yaml.j2 | ||
|
||
# 设置flannel 后端 | ||
#FLANNEL_BACKEND: "host-gw" | ||
FLANNEL_BACKEND: "vxlan" | ||
|
||
#install_cni_image: "quay.io/coreos/flannel:v0.10.0-amd64" | ||
install_cni_image: "jmgao1983/flannel:v0.10.0-amd64" | ||
|
||
#flanneld_image: "quay.io/coreos/flannel:v0.10.0-amd64" | ||
flanneld_image: "jmgao1983/flannel:v0.10.0-amd64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters