Initial commit
This commit is contained in:
13
deployments/metallb-prep.yml
Normal file
13
deployments/metallb-prep.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
name: config
|
||||
data:
|
||||
config: |
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.2.180-192.168.2.200
|
||||
Reference in New Issue
Block a user