mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
e2e-node:the value of bestEffortCgroup is wrong
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
This commit is contained in:
parent
7d34b7a5d4
commit
f849ebdefa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user