mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Moving Kubelet kernel-memgc-notification to configuration file
This commit is contained in:
@@ -98,7 +98,7 @@ func prependCOSMounterFlag(args, host, workspace string) (string, error) {
|
||||
// prependMemcgNotificationFlag prepends the flag for enabling memcg
|
||||
// notification to args and returns the result.
|
||||
func prependMemcgNotificationFlag(args string) string {
|
||||
return "--kubelet-flags=--experimental-kernel-memcg-notification=true " + args
|
||||
return "--kubelet-flags=--kernel-memcg-notification=true " + args
|
||||
}
|
||||
|
||||
// updateOSSpecificKubeletFlags updates the Kubelet args with OS specific
|
||||
|
Reference in New Issue
Block a user