mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-17 08:57:36 -02:30
[MetalLB] Remove unused resources (#10004)
* Fix MetalLB deploy This will fix MetalLB deploy * Remove `metallb_ip_range` check * Remove missing `metallb-config.yml` * fix template name * make deployment of layer3 conditional * revert * revert
This commit is contained in:
@@ -133,7 +133,7 @@ metallb_config:
|
||||
|
||||
When using calico >= 3.18 you can replace MetalLB speaker by calico Service LoadBalancer IP advertisement.
|
||||
See [calico service IPs advertisement documentation](https://docs.projectcalico.org/archive/v3.18/networking/advertise-service-ips#advertise-service-load-balancer-ip-addresses).
|
||||
In this scenario you should disable the MetalLB speaker and configure the `calico_advertise_service_loadbalancer_ips` to match your `metallb_ip_range`
|
||||
In this scenario you should disable the MetalLB speaker and configure the `calico_advertise_service_loadbalancer_ips` to match your `ip_range`
|
||||
|
||||
```yaml
|
||||
metallb_speaker_enabled: false
|
||||
|
||||
Reference in New Issue
Block a user