Skip to content

Commit

Permalink
feat: use kubernetes device ownership setting
Browse files Browse the repository at this point in the history
  • Loading branch information
vigh-m committed Dec 23, 2024
1 parent a8df6eb commit d35e48a
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ version = "0.6.0"

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-plugin-v0.1.0"
tag = "bottlerocket-settings-models-v0.6.0"
version = "0.1.0"

[workspace.dependencies.settings-extension-oci-defaults]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[settings.kubernetes]
device-ownership-from-security-context = false

[metadata.settings.kubernetes.device-ownership-from-security-context]
affected-services = ["containerd"]

0 comments on commit d35e48a

Please sign in to comment.