labels: io.cattle.role: project categories: - High Availibility questions: - variable: keepalived.virtual_ip default: "192.168.1.1" description: "VRRP Virtual IP Address" label: Virtual IP type: string - variable: keepalived.virtual_mask default: 24 description: "VRRP Virtual IP Network Mask (0-255)" label: Network Mask type: int - variable: keepalived.vrid default: 1 description: "VRRP Virtual Router ID (0-255)" label: Router ID type: int - variable: keepalived.interface default: "eth0" description: "Network Interface for VRRP Packets" label: Network Interface type: string - variable: keepalived.auth_pass default: "agoodpwd" description: "8 characters VRRP Authentication Password" label: Auth Password type: string - variable: keepalived.check_script default: "ss -ltn | grep :443" description: "Service Healthcheck Script (runs in the Keepalived container)" label: Check Script type: string - variable: nodeSelector default: "role=ingress" description: "Node Selector for the Keepalived Pods." label: Node Selector type: string