$ oc create clusterrolebinding <any_valid_name> --clusterrole=sudoer --user=<username>
system:admin
user
You can configure a request to the OpenShift Container Platform API to act as though it originated from another user. For more information, see user impersonation in the Kubernetes documentation.
system:admin
userYou can grant a user permission to impersonate system:admin
, which grants them
cluster administrator permissions.
To grant a user permission to impersonate system:admin
, run the following command:
$ oc create clusterrolebinding <any_valid_name> --clusterrole=sudoer --user=<username>