You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Scott Charron e6fb686156 added the ability to define and deploy multiple address pools to metallb (#4757) 5 years ago
..
roles/provision added the ability to define and deploy multiple address pools to metallb (#4757) 5 years ago
README.md added the ability to define and deploy multiple address pools to metallb (#4757) 5 years ago
library Fix MetaLB library (#4195) 5 years ago
metallb.yml MetalLB as loadbalancer for on premise deployments (#3027) 6 years ago

README.md

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 don’t 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