Skip to content

Commit

Permalink
aws-k8s-1.20: enable unified cgroup hierarchy
Browse files Browse the repository at this point in the history
Adds `systemd.unified_cgroup_hierarchy=1` to the kernel parameters for
the aws-k8s-1.20 variant.
  • Loading branch information
etungsten committed Apr 23, 2021
1 parent 7b5e0a8 commit 07f5e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/aws-k8s-1.20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ included-packages = [
kernel-parameters = [
"console=tty0",
"console=ttyS0",
"systemd.unified_cgroup_hierarchy=1",
]

[lib]
Expand Down

0 comments on commit 07f5e84

Please sign in to comment.