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?
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:Is there a known way of how to get this error resolved?