The module has 2 alerts.
The module is not enabled by default in any bundles.
The module is configured using the ModuleConfig custom resource named l2-load-balancer
(learn more about setting up Deckhouse…).
Example of the ModuleConfig/l2-load-balancer
resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: l2-load-balancer
spec:
version: 1
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 1
- loadBalancerClass
Optional field specifying the class of the LoadBalancer. The LoadBalancerClass field is mandatory when using both the metallb and l2-load-balancer modules simultaneously. It is also recommended to fill it in if there are third-party controllers in the cluster that manage Service resources with the LoadBalancer type.