kube-redis icon indicating copy to clipboard operation
kube-redis copied to clipboard

Does sidecar work with RBAC enabled?

Open JohnLindahlTech opened this issue 7 years ago • 1 comments

I am trying to use the instructions in a Google Kubernetes Engine (1.8.4-gke.1) without legacy auth. But the sidecar keeps crashing on me with the following error:

Error from server (Forbidden): pods "redis-0" is forbidden: User "system:serviceaccount:myNameSpace:default" cannot get pods in the namespace "myNameSpace": Unknown user "system:serviceaccount:myNameSpace:default"

Is there a known way of how to get this error resolved?

JohnLindahlTech avatar Dec 20 '17 12:12 JohnLindahlTech