fix metallb control-plane
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# Your existing configuration for the IP address pool
|
||||||
config:
|
config:
|
||||||
config: |
|
config: |
|
||||||
address-pools:
|
address-pools:
|
||||||
@@ -6,3 +7,20 @@ config:
|
|||||||
addresses:
|
addresses:
|
||||||
- 192.168.178.200-192.168.178.250
|
- 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user