From 1d4edb7fc9c16ef28f706a4de85c8091b750a73b Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Jan 2023 15:51:27 +1300 Subject: [PATCH] Make location of custom resources for metallb more obvious Signed-off-by: David Young --- docs/kubernetes/loadbalancer/metallb/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/kubernetes/loadbalancer/metallb/index.md b/docs/kubernetes/loadbalancer/metallb/index.md index 0834021..03d1b04 100644 --- a/docs/kubernetes/loadbalancer/metallb/index.md +++ b/docs/kubernetes/loadbalancer/metallb/index.md @@ -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"