|
@ -28,6 +28,9 @@ spec: |
|
|
effect: NoSchedule |
|
|
effect: NoSchedule |
|
|
- key: node-role.kubernetes.io/control-plane |
|
|
- key: node-role.kubernetes.io/control-plane |
|
|
effect: NoSchedule |
|
|
effect: NoSchedule |
|
|
|
|
|
{% if policy_controller_extra_tolerations is defined %} |
|
|
|
|
|
{{ policy_controller_extra_tolerations | list | to_nice_yaml(indent=2) | indent(8) }} |
|
|
|
|
|
{% endif %} |
|
|
priorityClassName: system-cluster-critical |
|
|
priorityClassName: system-cluster-critical |
|
|
containers: |
|
|
containers: |
|
|
- name: calico-kube-controllers |
|
|
- name: calico-kube-controllers |
|
|