From 0a820b883e99dbc9cb60195fbd7b31573f8ade7e Mon Sep 17 00:00:00 2001
From: "R. P. Taylor" <1686627+rptaylor@users.noreply.github.com>
Date: Fri, 5 Apr 2024 10:04:41 -0700
Subject: [PATCH] clarify privileged mode

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ac719c50..edbf091e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ More information about [ROCm][rocm].
 * [kubeadm capable machines][kubeadm] (if you are using kubeadm to deploy your k8s cluster)
 * [ROCm kernel][rock] ([Installation guide][rocminstall]) or latest AMD GPU Linux driver ([Installation guide][amdgpuinstall])
 * A [Kubernetes deployment][k8sinstall]
-* Ability to run privileged pods (for example the `--allow-privileged=true` flag for kube-apiserver), if the device plugin is deployed via DaemonSet since the device plugin container requires privileged security context to access `/dev/kfd` for device health check
+* If device health checks are enabled, the pods must be allowed to run in privileged mode (for example the `--allow-privileged=true` flag for kube-apiserver), in order to access `/dev/kfd`
 
 
 ## Limitations
-- 
GitLab