Skip to content

Commit

Permalink
feat: add unknown pod watch error explanation to FAQ.md (#6988)
Browse files Browse the repository at this point in the history
Signed-off-by: momom <51011095+momom-i@users.noreply.github.com>
  • Loading branch information
momom-i committed Oct 21, 2021
1 parent 3f0a531 commit 182b696
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ Is there an RBAC error?

[Learn more about workflow RBAC](workflow-rbac.md)

> Return "unknown (get pods)" 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)

> There is an error about /var/run/docker.sock.
Try using a different container runtime executor.

[Learn more about executors](workflow-executors.md)
[Learn more about executors](workflow-executors.md)

0 comments on commit 182b696

Please sign in to comment.