add-cpuManagerPolicy (#10309)

This commit is contained in:
Kay Yan
2023-07-26 04:12:20 +08:00
committed by GitHub
parent f2bb3aba1e
commit b9e3861385
2 changed files with 5 additions and 0 deletions

View File

@@ -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 %}