want to get nodes through workflows. #7497
-
Hi There, I trying to get nodes through workflows. I am getting this error
Even though i add RBAC rule to list nodes. Below is the RBAC rule
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
You service account only has permission on pods but looks like it needs permission to list nodes. |
Beta Was this translation helpful? Give feedback.
-
Yes, but when i do How can i grant permission of all namespace in rbac rule? |
Beta Was this translation helpful? Give feedback.
-
Ok, for this is i need to add SSO to log in or any default login credentials i can use? |
Beta Was this translation helpful? Give feedback.
-
Hi @terrytangyuan I have installed the cluster scope Argo workflow. However, still have the same issue. I am adding the RBAC rule to the Argo namespace. Do I need to add a rule in the default namespace or to other namespaces? |
Beta Was this translation helpful? Give feedback.
-
Thank you, now I am able to get pods from other namespaces too. |
Beta Was this translation helpful? Give feedback.
-
@terrytangyuan Hey, i have another question or issue that I am mentioning resource that i want to get like below
Still, i am able to access the pods only. |
Beta Was this translation helpful? Give feedback.
You service account only has permission on pods but looks like it needs permission to list nodes.