Month: February 2020

Minishift – OS X installation issues – No RBAC policy matched

When trying to install Minishift on Mac OS X, I had an issue with adding cluster-admin rights to developer user. This is the error: % oc adm policy add-cluster-role-to-user cluster-admin developer Error from server (Forbidden): clusterrolebindings.rbac.authorization.k8s.io is forbidden: User “system” cannot list clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched The problem is, brew […]

Articles