From a74bd7b57ad62a595b9b2d5d6a8b6394873b6966 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Mon, 21 May 2018 07:52:47 -0400 Subject: [PATCH] Remove unnecessary commands from README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b01d7b3f2df..018c3d1f49e 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,10 @@ Use this token value to set the `BRIDGE_K8S_BEARER_TOKEN` environment variable w #### OpenShift -Registering an OpenShift OAuth client requires administrative privileges for the entire cluster not just a local project. If you've got a working `kubectl` and `oc` on your path, but aren't a system administrator, run the following command to attempt to elevate privileges: +Registering an OpenShift OAuth client requires administrative privileges for the entire cluster, not just a local project. Run the following command to log in as cluster admin: ``` oc login -u system:admin -oc adm policy --as system:admin add-cluster-role-to-user cluster-admin admin -oc login -u admin ``` To run bridge locally connected to a remote OpenShift cluster, create an `OAuthClient` resource with a generated secret and read that secret: