putting metallb in own namespace

This commit is contained in:
talksik
2023-11-20 12:59:34 -08:00
parent db750f1832
commit 095270fc6e
+2 -2
View File
@@ -2,7 +2,7 @@ apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
# namespace: metallb-system
namespace: metallb-system
spec:
addresses:
- 192.168.50.101-192.168.50.110
@@ -13,4 +13,4 @@ apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: example
# namespace: metallb-system
namespace: metallb-system