Skip to content

Commit 5983660

Browse files
authored
Merge pull request kubernetes#90543 from giuseppe/fix-tasksaccounting-systemd
test, e2e_node: drop superfluous systemd properties
2 parents 32113f6 + b21b1a5 commit 5983660

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e_node/services/kubelet.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ func (e *E2EServices) startKubelet() (*server, error) {
195195
cmdArgs = append(cmdArgs,
196196
systemdRun,
197197
"-p", "Delegate=true",
198-
"-p", "CPUAccounting=true",
199-
"-p", "MemoryAccounting=true",
200-
"-p", "TasksAccounting=true",
201198
"--unit="+unitName,
202199
"--slice=runtime.slice",
203200
"--remain-after-exit",

0 commit comments

Comments
 (0)