RBAC Issues with Selenium Grid Helm Chart and Keda Autoscaling: How to Resolve or Bypass RBAC Restrictions? #2389
Unanswered
nadolualex
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Set this config key to false. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Yes, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried to deploy a selenium-grid Helm chart with autoscaling functionality using Keda, but encountered RBAC issues related to
rbac.authorization.k8s.io
, getting the following error:resource rbac.authorization.k8s.io:ClusterRole is not permitted in project
. I observed errors in several roles, includingClusterRole
,ClusterRoleBinding
,Role
, andRoleBinding
. I was wondering if there is any way to enable autoscaling forselenium-grid
without RBAC because if I disable it, the Keda pods are refusing to start.Beta Was this translation helpful? Give feedback.
All reactions