mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
Add nodeSelctor for other services and node labels before CNI setup (#7613)
This commit is contained in:
@@ -39,6 +39,9 @@ calico_node_memory_requests: 64M
|
||||
calico_node_cpu_requests: 150m
|
||||
calico_felix_chaininsertmode: Insert
|
||||
|
||||
# Calico daemonset nodeselector
|
||||
calico_ds_nodeselector: "kubernetes.io/os: linux"
|
||||
|
||||
# Virtual network ID to use for VXLAN traffic. A value of 0 means “use the kernel default”.
|
||||
calico_vxlan_vni: 4096
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ spec:
|
||||
prometheus.io/port: "{{ calico_felix_prometheusmetricsport }}"
|
||||
{% endif %}
|
||||
spec:
|
||||
nodeSelector:
|
||||
{{ calico_ds_nodeselector }}
|
||||
priorityClassName: system-node-critical
|
||||
hostNetwork: true
|
||||
serviceAccountName: calico-node
|
||||
|
||||
Reference in New Issue
Block a user