mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
feature: support Memory QoS for cgroups v2
This commit is contained in:
@@ -23,3 +23,7 @@ import "errors"
|
||||
func watchForLockfileContention(path string, done chan struct{}) error {
|
||||
return errors.New("kubelet unsupported in this build")
|
||||
}
|
||||
|
||||
func isCgroup2UnifiedMode() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user