From bcf03ff41af91b9000d9addb6db9b00abf147a10 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Mon, 26 Jul 2021 15:04:46 +0800 Subject: [PATCH] Fix typo in kubelet config --- staging/src/k8s.io/kubelet/config/v1beta1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubelet/config/v1beta1/types.go b/staging/src/k8s.io/kubelet/config/v1beta1/types.go index afbea34951a..0e63c4b1d40 100644 --- a/staging/src/k8s.io/kubelet/config/v1beta1/types.go +++ b/staging/src/k8s.io/kubelet/config/v1beta1/types.go @@ -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. //