1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Make location of custom resources for metallb more obvious

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-01-20 15:51:27 +13:00
parent b1579accc7
commit 1d4edb7fc9

View File

@@ -174,6 +174,9 @@ spec:
Finally, it's time to actually configure MetalLB! In my setup, I'm using BGP against a pair of pfsense[^1] firewalls, so per the [official docs](https://metallb.universe.tf/configuration/), I use the following configurations, saved in my flux repo:
!!! warning "Special location for custom resources"
Note that the 3 types of custom resources defined below are saved into a new folder, `/metallb-config/`, which is referenced by the `config--metallb-system` Kustomization created above.
#### IPAddressPool
```yaml title="/metallb-config/ipaddresspool.yaml"