mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +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"
|
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.
|
||||||
|
Reference in New Issue
Block a user