From a91efb72551da50389b0be3033c0d9090aa0eb88 Mon Sep 17 00:00:00 2001 From: soer3n Date: Thu, 24 Jul 2025 09:46:24 +0200 Subject: [PATCH] add explanation for introduced osm containerd device ownership flag Signed-off-by: soer3n --- .../operatingsystemmanager/guides/osm-configuration/_index.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/operatingsystemmanager/guides/osm-configuration/_index.en.md b/content/operatingsystemmanager/guides/osm-configuration/_index.en.md index 15ffa1624..d089a9584 100644 --- a/content/operatingsystemmanager/guides/osm-configuration/_index.en.md +++ b/content/operatingsystemmanager/guides/osm-configuration/_index.en.md @@ -34,6 +34,7 @@ OSM can be configured using the following command line flags: | `bootstrap-token-service-account-name` | string | false | `""` | When set use the service account token from this SA as bootstrap token instead of creating a temporary one. Passed in `namespace/name` format. | | `worker-count` | int | false | `10` | Number of workers which process reconciliation in parallel. | | `ca-bundle` | string | false | `""` | Path to a file containing all PEM-encoded CA certificates. Will be used for Kubernetes CA certificates. | +| `device-ownership-from-security-context` | bool | false | `false` | Containerd setting for whether non-root users should be allowed to use devices on the node. | ## Configuring Operating System Profile