Skip to content

Commit

Permalink
feat: Add kube-vip in sample addons.yml (#10522)
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel authored Oct 30, 2023
1 parent 5da421c commit e2b62ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions inventory/sample/group_vars/k8s_cluster/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,14 @@ argocd_enabled: false
# The plugin manager for kubectl
krew_enabled: false
krew_root_dir: "/usr/local/krew"

# Kube VIP
kube_vip_enabled: false
# kube_vip_arp_enabled: true
# kube_vip_controlplane_enabled: true
# kube_vip_address: 192.168.56.120
# loadbalancer_apiserver:
# address: "{{ kube_vip_address }}"
# port: 6443
# kube_vip_interface: eth0
# kube_vip_services_enabled: false

0 comments on commit e2b62ba

Please sign in to comment.