Commit f849ebde authored by yanxuean's avatar yanxuean

e2e-node:the value of bestEffortCgroup is wrong

parent 7d34b7a5
...@@ -57,8 +57,8 @@ const ( ...@@ -57,8 +57,8 @@ const (
defaultNodeAllocatableCgroup = "kubepods" defaultNodeAllocatableCgroup = "kubepods"
// Kubelet internal cgroup name for burstable tier // Kubelet internal cgroup name for burstable tier
burstableCgroup = "burstable" burstableCgroup = "burstable"
// Kubelet internal cgroup name for burstable tier // Kubelet internal cgroup name for besteffort tier
bestEffortCgroup = "burstable" bestEffortCgroup = "besteffort"
) )
// makePodToVerifyCgroups returns a pod that verifies the existence of the specified cgroups. // makePodToVerifyCgroups returns a pod that verifies the existence of the specified cgroups.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment