ccyunchina-deploy/group_vars/lb

17 lines
483 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 区分多个instance的VRRP组播同网段不能重复取值在0-255之间
VIRTUAL_ROUTER_ID: >-
{{MASTER_IP.split('.')[3]}}
#lb节点部署方式 process/container
lb_type: container
LB_ROLE: >-
{%- if groups["lb"][0] == inventory_hostname -%}master
{%- else -%}backup
{%- endif -%}
#保留值
system_reserved: >-
{'cpu': '500m','memory': '1024Mi','ephemeral-storage':'500Mi'}
kube_reserved: >-
{'cpu': '500m','memory': '1024Mi','ephemeral-storage':'500Mi'}