Allow setting 'auto-assign' property to 'false' for default IP pool (Metallb addon) (#8193)

* add metallb auto-assign property for main IP range & update addons.yml for sample inventory

* add new line at the end of file roles\kubernetes-apps\metallb\defaults\main.yml

* set default value for matallb_auto_assign = true
This commit is contained in:
IKRozhkov
2021-11-16 16:06:27 +03:00
committed by GitHub
parent 02322c46de
commit 2c87170ccf
3 changed files with 6 additions and 0 deletions

View File

@@ -19,3 +19,4 @@ metallb_speaker_tolerations:
operator: Exists
metallb_controller_tolerations: []
metallb_pool_name: "loadbalanced"
matallb_auto_assign: true