Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve gateway-api-external reference #624

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading