Skip to content

Commit

Permalink
Add LoadBalancerConfig example (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 authored Oct 11, 2024
1 parent 3c9709e commit 2398f86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example/30-controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ spec:
cloudControllerManager:
featureGates:
CustomResourceValidation: true
loadBalancerConfig:
metallbConfig:
ipAddressPool:
- 10.10.10.0/24
calicoBgpConfig:
asNumber: 64512
serviceLoadBalancerIPs:
- 10.10.10.0/24
bgpPeer:
- peerIP: 1.2.3.4
asNumber: 64512
- peerIP: 1.2.3.5
asNumber: 64512
infrastructureProviderStatus:
apiVersion: metal.provider.extensions.gardener.cloud/v1alpha1
kind: InfrastructureStatus
Expand Down

0 comments on commit 2398f86

Please sign in to comment.