Last active
April 5, 2016 11:49
-
-
Save kadel/6280096331717c580ce4 to your computer and use it in GitHub Desktop.
fixes for adb 1.7.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export KUBECONFIG=/var/lib/openshift/openshift.local.config/master/admin.kubeconfig | |
| oc config view | grep server | |
| oc login -u system:admin <url from previous comand ip that is not localhost> | |
| oc -n openshift create -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/jboss-image-streams.json | |
| oc new-app https://raw.githubusercontent.com/gshipley/openshift3mlbparks/master/mlbparks-template.json | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment