metallb setup
This commit is contained in:
16
Metallb_Setup/02_address_pool.yaml
Normal file
16
Metallb_Setup/02_address_pool.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.178.230-192.168.178.250
|
||||
---
|
||||
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: default-advertisement
|
||||
namespace: metallb-system
|
||||
|
||||
8
Metallb_Setup/README.md
Normal file
8
Metallb_Setup/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Metallb Installation
|
||||
|
||||
https://canthonyscott.com/setting-up-a-k3s-kubernetes-cluster-within-proxmox/
|
||||
|
||||
Following https://metallb.universe.tf/installation/ (0.14.3)
|
||||
|
||||
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.3/config/manifests/metallb-native.yaml
|
||||
|
||||
Reference in New Issue
Block a user