mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-10 20:49:27 -02:30
create cilium_operator_tolerations variable in group_var (#12200)
- This enables ithe override of the tolerations for the cilium-operator deployment - default behaviour is to leave the toleration as is unless the var is set
This commit is contained in:
@@ -216,6 +216,10 @@ cilium_operator_extra_volume_mounts: []
|
|||||||
# Extra arguments for the Cilium Operator
|
# Extra arguments for the Cilium Operator
|
||||||
cilium_operator_custom_args: []
|
cilium_operator_custom_args: []
|
||||||
|
|
||||||
|
# Tolerations of the cilium operator
|
||||||
|
cilium_operator_tolerations:
|
||||||
|
- operator: "Exists"
|
||||||
|
|
||||||
# Name of the cluster. Only relevant when building a mesh of clusters.
|
# Name of the cluster. Only relevant when building a mesh of clusters.
|
||||||
cilium_cluster_name: default
|
cilium_cluster_name: default
|
||||||
|
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
io.cilium/app: operator
|
io.cilium/app: operator
|
||||||
tolerations:
|
tolerations:
|
||||||
- operator: Exists
|
{{ cilium_operator_tolerations | list | to_nice_yaml(indent=2) | indent(8) }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: cilium-config-path
|
- name: cilium-config-path
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user