mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
add-cpuManagerPolicy (#10309)
This commit is contained in:
@@ -159,3 +159,6 @@ makeIPTablesUtilChains: {{ kubelet_make_iptables_util_chains | bool }}
|
||||
{% if kubelet_seccomp_default is defined %}
|
||||
seccompDefault: {{ kubelet_seccomp_default | bool }}
|
||||
{% endif %}
|
||||
{% if kubelet_cpu_manager_policy is defined %}
|
||||
cpuManagerPolicy: {{ kubelet_cpu_manager_policy }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user