Change MetalLB to one of addons (#6238)

This changes MetalLB contrib to one of addons for deploying MetalLB with
Kubernetes cluster deployment. By the default, Kubespray doesn't deploy
MetalLB addon.
This commit is contained in:
Kenichi Omichi
2020-06-29 15:11:59 -07:00
committed by GitHub
parent 8213b1802b
commit 25bab0e976
13 changed files with 482 additions and 320 deletions

View File

@@ -0,0 +1,7 @@
---
metallb_enabled: false
metallb_version: v0.9.3
metallb_protocol: "layer2"
metallb_port: "7472"
metallb_limits_cpu: "100m"
metallb_limits_mem: "100Mi"