añadida primera version del.documento ingress
This commit is contained in:
@@ -4,4 +4,5 @@ metadata:
|
||||
name: single-ip
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.100/32
|
||||
- 192.168.1.100 - 192.168.1.110
|
||||
- 192.168.200.10 - 192.168.200.20
|
||||
|
||||
7
metallb/ipaddresspool.yaml.save
Normal file
7
metallb/ipaddresspool.yaml.save
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: single-ip
|
||||
spec:
|
||||
addresses:
|
||||
|
||||
6
metallb/l2advertisement.yaml.save
Normal file
6
metallb/l2advertisement.yaml.save
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: advert-all
|
||||
namespace: metallb-system
|
||||
spec: {}
|
||||
Reference in New Issue
Block a user