fix metallb control-plane

This commit is contained in:
2025-10-02 10:39:20 +02:00
parent 6c3845004d
commit 0184379a5b

View File

@@ -1,3 +1,4 @@
# Your existing configuration for the IP address pool
config:
config: |
address-pools:
@@ -6,3 +7,20 @@ config:
addresses:
- 192.168.178.200-192.168.178.250
speaker:
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
controller:
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"