Modify template to use systemd cgroup settings
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
2c95c0bb0d
commit
c6cf44513e
1 changed files with 1 additions and 1 deletions
2
testdata/sandbox_config.json
vendored
2
testdata/sandbox_config.json
vendored
|
@ -44,7 +44,7 @@
|
|||
"owner": "hmeng"
|
||||
},
|
||||
"linux": {
|
||||
"cgroup_parent": "/sys/fs/cgroup/test",
|
||||
"cgroup_parent": "podsandbox1.slice:container:infra",
|
||||
"namespace_options": {
|
||||
"host_network": false,
|
||||
"host_pid": false,
|
||||
|
|
Loading…
Reference in a new issue