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

@@ -324,6 +324,7 @@ ingress_ambassador_enabled: false
ingress_alb_enabled: false
cert_manager_enabled: false
expand_persistent_volumes: false
metallb_enabled: false
## When OpenStack is used, Cinder version can be explicitly specified if autodetection fails (Fixed in 1.9: https://github.com/kubernetes/kubernetes/issues/50461)
# openstack_blockstorage_version: "v1/v2/auto (default)"