Skip to content

Commit

Permalink
Merge pull request #2875 from markusboehme/feature/default-to-cgroup-v2
Browse files Browse the repository at this point in the history
Default to cgroup v2 for dev and k8s-1.26 variants
  • Loading branch information
markusboehme authored Mar 10, 2023
2 parents a643681 + 40392e8 commit 24e7574
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/aws-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exclude = ["README.md"]

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
kernel-parameters = [
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.26-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ os-image-size-gib = 4

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
included-packages = [
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.26/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude = ["README.md"]

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
included-packages = [
Expand Down
1 change: 1 addition & 0 deletions variants/metal-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ partition-plan = "unified"

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
image-format = "raw"
Expand Down
1 change: 1 addition & 0 deletions variants/metal-k8s-1.26/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ partition-plan = "unified"

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
image-format = "raw"
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ partition-plan = "unified"

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
image-format = "vmdk"
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.26/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ partition-plan = "unified"

[package.metadata.build-variant.image-features]
grub-set-private-var = true
unified-cgroup-hierarchy = true

[package.metadata.build-variant]
image-format = "vmdk"
Expand Down

0 comments on commit 24e7574

Please sign in to comment.