Closed seans3 closed 6 years ago
If the command-line user does not have the "cluster-admin" role, then she will not be able to set the RBAC roles for service catalog. The error message has the following snippet:
...forbidden: attempt to grant extra privileges...
This error should include the necessary fix:
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=quanlin@google.com
If the command-line user does not have the "cluster-admin" role, then she will not be able to set the RBAC roles for service catalog. The error message has the following snippet:
...forbidden: attempt to grant extra privileges...
This error should include the necessary fix:
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=quanlin@google.com