Fix typo in kubelet config

This commit is contained in:
Shiming Zhang 2021-07-26 15:04:46 +08:00
parent 3a863643c3
commit bcf03ff41a

View File

@ -513,7 +513,7 @@ type KubeletConfiguration struct {
// requested resources;
// - `best-effort`: kubelet will favor pods with NUMA alignment of CPU and device
// resources;
// - `none`: kublet has no knowledge of NUMA alignment of a pod's CPU and device resources.
// - `none`: kubelet has no knowledge of NUMA alignment of a pod's CPU and device resources.
// - `single-numa-node`: kubelet only allows pods with a single NUMA alignment
// of CPU and device resources.
//