init
This commit is contained in:
commit
40bdda5f5b
2 changed files with 2014 additions and 0 deletions
17
metallb/ip_claim.yml
Normal file
17
metallb/ip_claim.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: hydra-ip-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.2.200-192.168.2.203
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: l2
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
interfaces:
|
||||
- end0
|
1997
metallb/metallb-native.yaml
Normal file
1997
metallb/metallb-native.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue