mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #103908 from wzshiming/fix/kubelet-config-typo
Fix typo in kubelet config
This commit is contained in:
commit
589d47e70c
@ -510,7 +510,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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user