Merge pull request #103908 from wzshiming/fix/kubelet-config-typo

Fix typo in kubelet config
This commit is contained in:
Kubernetes Prow Robot 2021-10-28 11:50:59 -07:00 committed by GitHub
commit 589d47e70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
//