mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Fix typo in kubelet config
This commit is contained in:
parent
3a863643c3
commit
bcf03ff41a
@ -513,7 +513,7 @@ type KubeletConfiguration struct {
|
|||||||
// requested resources;
|
// requested resources;
|
||||||
// - `best-effort`: kubelet will favor pods with NUMA alignment of CPU and device
|
// - `best-effort`: kubelet will favor pods with NUMA alignment of CPU and device
|
||||||
// resources;
|
// 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
|
// - `single-numa-node`: kubelet only allows pods with a single NUMA alignment
|
||||||
// of CPU and device resources.
|
// of CPU and device resources.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user