Configure PriorityClassName for MetalLB deployment (#8362)
parent
92f25bf267
commit
0e98814732
|
@ -433,6 +433,7 @@ spec:
|
|||
app: metallb
|
||||
component: controller
|
||||
spec:
|
||||
priorityClassName: system-cluster-critical
|
||||
{% if metallb_controller_tolerations %}
|
||||
tolerations:
|
||||
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
|
||||
|
|
Loading…
Reference in New Issue