Skip to content

Instantly share code, notes, and snippets.

@csrwng
Created November 6, 2017 18:25
Show Gist options
  • Save csrwng/74460cb6b27d88229bffc78ccd38d166 to your computer and use it in GitHub Desktop.
Save csrwng/74460cb6b27d88229bffc78ccd38d166 to your computer and use it in GitHub Desktop.
#!/bin/bash
oc login -u system:admin
oc adm policy add-cluster-role-to-user cluster-admin developer
oc login -u developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment