MetalLB as loadbalancer for on premise deployments (#3027)

* add metallb as loadbalancer for on premise deployments

* improve configuration

* add variables to DaemonSet
This commit is contained in:
Sascha Marcel Schmidt
2018-09-04 14:17:23 +02:00
committed by Matthew Mosesohn
parent ad33f71ac2
commit 9cc8ef4b91
6 changed files with 306 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: loadbalanced
protocol: layer2
addresses:
- {{ metallb.ip_range }}