From 8f37a3fdd603baafb2efc4784a135e7ca525a507 Mon Sep 17 00:00:00 2001 From: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Date: Sun, 12 May 2024 20:31:06 -0400 Subject: [PATCH] docs(faq): add note about `pods` `patch` error (#13041) - fixed merge conflict with executors note which still exists in 3.5 Signed-off-by: Anton Gilgur (cherry picked from commit 0bfaea64b88a4b4f0b79c389f63ea2ce326a747e) --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 929424efc160..5cd16908399e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -21,11 +21,11 @@ Is there an RBAC error? [Learn more about workflow RBAC](workflow-rbac.md) -## Return "unknown (get pods)" error +## `cannot patch resource "pods" in API group ""` error You're probably getting a permission denied error because your RBAC is not configured. -[Learn more about workflow RBAC](workflow-rbac.md) and [even more details](https://blog.argoproj.io/demystifying-argo-workflowss-kubernetes-rbac-7a1406d446fc) +[Learn more about workflow RBAC](workflow-rbac.md) ## There is an error about `/var/run/docker.sock`