OpenShift Security Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:


  oadm policy add-cluster-role-to-user cluster-admin ovidiu
  oadm policy add-cluster-role-to-user cluster-admin ovidiu
=Enable system:admin Remote Access=
{{Internal|OpenShift Enable system:admin Remote Access|Procedure to enable system:admin remote access}}

Revision as of 23:22, 12 October 2017

Internal

List All Cluster Role Bindings

 oc get clusterrolebinding

List Role Bindings for a Specific Role

 oc get clusterrolebinding/cluster-admins

Make a User a Cluster Administrator

This command can be used to make regular users cluster administrators:

oadm policy add-cluster-role-to-user cluster-admin ovidiu

Enable system:admin Remote Access

Procedure to enable system:admin remote access