mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 10:57:41 -02:30
Configure PriorityClassName for MetalLB deployment (#8362)
This commit is contained in:
@@ -433,6 +433,7 @@ spec:
|
|||||||
app: metallb
|
app: metallb
|
||||||
component: controller
|
component: controller
|
||||||
spec:
|
spec:
|
||||||
|
priorityClassName: system-cluster-critical
|
||||||
{% if metallb_controller_tolerations %}
|
{% if metallb_controller_tolerations %}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
|
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user