mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 10:43:04 +01:00
feat(upgrades): Updated k3s, metalls, and kubevip and fixed bugs (#46)
This commit is contained in:
14
roles/k3s/master/templates/metallb.ipaddresspool.j2
Normal file
14
roles/k3s/master/templates/metallb.ipaddresspool.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- {{ metal_lb_ip_range }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: default
|
||||
namespace: metallb-system
|
||||
Reference in New Issue
Block a user