Update metallb configmap to custom resource
This commit is contained in:
8
active/software_k0s/metallb-address-pool.yaml
Normal file
8
active/software_k0s/metallb-address-pool.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.123.100-192.168.123.254
|
||||
Reference in New Issue
Block a user