From 8e9f705ed2f56156cb7ddb5124ee181f1d207719 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sun, 12 May 2024 19:11:13 -0400 Subject: [PATCH] docs(faq): add note about `pods` `patch` error - questions about `pods` `patch` errors are probably the most common questions we field on Slack & GH Issues + Discussions, especially by beginners - so I think this deserves a spot on the FAQ - users also often only see the error and miss the preceding log that this is a fallback when `workflowtaskresults` RBAC is not available - so they end up searching the `pod` `patch` error instead, which isn't written about in the docs -- hence this PR - replace the previous note about "unknown (get pods)", which was removed in v3.3.1 in af26ff7 - also remove the blog link as has dated RBAC and we shouldn't be linking to dated material when possible - I also left a comment on the blog post clarifying that it's dated: https://medium.com/@agilgur5/note-that-this-blog-post-is-from-oct-2020-cf4cb541915d Signed-off-by: Anton Gilgur --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 53536a7e827a..7e743370a1fd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -21,8 +21,8 @@ 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)