mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #54688 from yanxuean/besteffort
Automatic merge from submit-queue (batch tested with PRs 53645, 54734, 54586, 55015, 54688). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. e2e-node:the value of bestEffortCgroup is wrong Signed-off-by: yanxuean <yan.xuean@zte.com.cn> **What this PR does / why we need it**: The value of bestEffortCgroup is wrong in e2e-node. The test case is invalid actually. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
fdeeed1001
@ -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