fix - rke2 metallb open

This commit is contained in:
2025-04-08 10:03:24 -04:00
parent c3a947ff02
commit b5d767ccee
2 changed files with 7 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ in
2381 # etcd Metrics Port
10250 # kubelet metrics
9099 # Canal CNI health checks
# MetalLB
7946 # memberlist
];
networking.firewall.allowedUDPPorts = mkIf cfg.openFirewall [
@@ -34,6 +37,9 @@ in
8472 # Canal CNI with VXLAN
# 51820 # Canal CNI with WireGuard IPv4 (if using encryption)
# 51821 # Canal CNI with WireGuard IPv6 (if using encryption)
# MetalLB
7946 # memberlist
];
};
}