fix(lb): changing bad directory name

This commit is contained in:
2022-11-30 13:58:43 +01:00
parent ae1d39e0cc
commit f973fd5915
3 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-ip-pool-ad
namespace: metallb-system
spec:
ipAddressPools:
- main-pool

View File

@ -0,0 +1,8 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: main-pool
namespace: metallb-system
spec:
addresses:
- 192.168.10.220-192.168.10.240

View File

@ -0,0 +1,5 @@
namespace: metallb-system
resources:
- ipaddresspoool.yaml
- advertise.yaml