mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +00:00
e2e-node:the value of bestEffortCgroup is wrong
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
This commit is contained in:
@@ -57,8 +57,8 @@ const (
|
||||
defaultNodeAllocatableCgroup = "kubepods"
|
||||
// Kubelet internal cgroup name for burstable tier
|
||||
burstableCgroup = "burstable"
|
||||
// Kubelet internal cgroup name for burstable tier
|
||||
bestEffortCgroup = "burstable"
|
||||
// Kubelet internal cgroup name for besteffort tier
|
||||
bestEffortCgroup = "besteffort"
|
||||
)
|
||||
|
||||
// makePodToVerifyCgroups returns a pod that verifies the existence of the specified cgroups.
|
||||
|
Reference in New Issue
Block a user