From 8d7136e036a7a261f9491b4e7e8cb0dba50f979d Mon Sep 17 00:00:00 2001 From: Kunal Kapoor Date: Mon, 4 May 2026 10:12:28 +0530 Subject: [PATCH] Update note for kubernetes-novolume mode Add note about container running as root in kubernetes-novolume mode. --- .../use-actions-runner-controller/deploy-runner-scale-sets.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md index 1ad78f440d72..05e1dfb32ec0 100644 --- a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md +++ b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md @@ -624,9 +624,6 @@ containerMode: type: "kubernetes-novolume" ``` ->[!NOTE] ->When using `kubernetes-novolume` mode, the container must run as `root` to support lifecycle hook operations. - #### Troubleshooting Kubernetes mode When Kubernetes mode is enabled, workflows that are not configured with a container job will fail with an error similar to: