Skip to content

Commit

Permalink
fix: resolve gateway-api-external reference
Browse files Browse the repository at this point in the history
The pool name we were setting doesn't match the nginx-gateway reference.
This change makes them match.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Dec 16, 2024
1 parent 94422ce commit 1ad1ea1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manifests/metallb/metallb-openstack-service-lb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: openstack-external
name: gateway-api-external
namespace: metallb-system
spec:
addresses:
Expand All @@ -16,13 +16,13 @@ metadata:
namespace: metallb-system
spec:
ipAddressPools:
- openstack-external
nodeSelectors: # Optional block to limit nodes for a given advertisement
- matchLabels:
kubernetes.io/hostname: controller01.your.domain.tld
- matchLabels:
kubernetes.io/hostname: controller02.your.domain.tld
- matchLabels:
kubernetes.io/hostname: controller03.your.domain.tld
interfaces: # Optional block to limit ifaces used to advertise VIPs
- br-mgmt
- gateway-api-external
# nodeSelectors: # Optional block to limit nodes for a given advertisement
# - matchLabels:
# kubernetes.io/hostname: controller01.your.domain.tld
# - matchLabels:
# kubernetes.io/hostname: controller02.your.domain.tld
# - matchLabels:
# kubernetes.io/hostname: controller03.your.domain.tld
# interfaces: # Optional block to limit ifaces used to advertise VIPs
# - br-mgmt

0 comments on commit 1ad1ea1

Please sign in to comment.