c12s-kubespray/contrib/metallb
Etienne Champetier 81cb302399 MetalLB: fail if kube_proxy_strict_arp is false (#5180)
When using IPVS, kube_proxy_strict_arp = true is required
https://github.com/danderson/metallb/issues/153#issuecomment-518651132

Add kube_proxy_strict_arp to inventory/sample
2019-09-26 04:21:06 -07:00
..
roles/provision MetalLB: fail if kube_proxy_strict_arp is false (#5180) 2019-09-26 04:21:06 -07:00
library Fix MetaLB library (#4195) 2019-02-07 17:31:53 +03:00
metallb.yml MetalLB as loadbalancer for on premise deployments (#3027) 2018-09-04 15:17:23 +03:00
README.md Fix variable for rbd_provisioner_user_secret (#5042) 2019-08-08 20:03:25 -07:00

Deploy MetalLB into Kubespray/Kubernetes

MetalLB hooks into your Kubernetes cluster, and provides a network load-balancer implementation. In short, it allows you to create Kubernetes services of type “LoadBalancer” in clusters that dont run on a cloud provider, and thus cannot simply hook into paid products to provide load-balancers.

This playbook aims to automate this. It deploys MetalLB into kubernetes and sets up a layer 2 loadbalancer.

Install

Defaults can be found in contrib/metallb/roles/provision/defaults/main.yml. You can override the defaults by copying the contents of this file to somewhere in inventory/mycluster/group_vars such as inventory/mycluster/groups_vars/k8s-cluster/addons.yml and making any adjustments as required.

ansible-playbook --ask-become -i inventory/sample/hosts.ini contrib/metallb/metallb.yml