puppet-prod/modules/rke2/files/rke2-metallb-bgpadvertisements.yaml
Ben Vincent d95883f5ee
All checks were successful
Build / precommit (pull_request) Successful in 5m6s
feat: adding rke2
- manage rke2 repos
- add rke2 module (init, params, install, config, service)
- split roles::infra::k8s::node -> control/compute roles
- moved common k8s config into k8s.yaml
- add bootstrap_node, manage server and token fields in rke2 config
- manage install of helm
- manage node attributes (from puppet facts)
- manage frr exclusions for service/cluster network
2025-09-13 19:24:15 +10:00

18 lines
285 B
YAML

---
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement
metadata:
name: au-syd1
namespace: metallb-system
spec:
ipAddressPools:
- common-pool
- dmz-pool
aggregationLength: 32
peers:
- au-syd1-gw1
nodeSelectors:
- matchLabels:
country: au
region: syd1