cpumanager: document cpu manager static policy options
The enhancement https://github.com/kubernetes/enhancements/issues/2625 want to add a new kubelet option to fine tune the behaviour of the cpu manager policies, and to do so we add support for cpu manager policy options themselves. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
@@ -277,6 +277,13 @@ kubelet [flags]
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">CPU Manager policy to use. Possible values: `none`, `static`. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's `--config` flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">--cpu-manager-policy-options strings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">Comma-separated list of options to fine-tune the behavior of the CPU Manager policy to use. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's `--config` flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">--cpu-manager-reconcile-period duration Default: `10s`</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user