Add metallb install
This commit is contained in:
parent
1ffd2a81e9
commit
685748d543
12
metallb/metall-config.yaml
Normal file
12
metallb/metall-config.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
name: config
|
||||
data:
|
||||
config: |
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.0.241-192.168.0.250
|
Loading…
Reference in New Issue
Block a user