have only readonly access to kubernetes dashboard

2/15/2018

I am using kubernetes-dashboard-1.7.1 and I have set the clusterrole to view and I am still able to Delete/Scale/edit yaml which is not what i want. The dashboard needs to be readonly so they can only view logs and not be able to do any more actions

How can I get rid of the option.

-- Anita Kumar
kubernetes

1 Answer

9/13/2018

Your cluster should have rbac disabled. Using RBAC Authorization

-- Gongora
Source: StackOverflow