kubeasz/roles/cluster-addon/defaults/main.yml

22 lines
399 B
YAML
Raw Normal View History

2018-06-17 23:19:04 +08:00
# dns 自动安装,可选"coredns"和“kubedns”
dns_install: "yes"
dns_backend: "coredns"
# metric server 自动安装
metricsserver_install: "yes"
# dashboard 自动安装
dashboard_install: "yes"
2018-06-23 12:42:02 +08:00
# traefik-ingress 自动安装
ingress_install: "no"
2018-06-17 23:19:04 +08:00
# heapster 自动安装
heapster_install: "no"
# efk 自动安装
#efk_install: "no"
2018-06-17 23:19:04 +08:00
# prometheus 自动安装
#prometheus_install: "no"